Html Css Color HEX #6ABD11 Christi

📋 copy color: '#6ABD11'

red 106 ◦ green 189 ◦ blue 17

#6ABD11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6ABD11

Tints of Christi #6ABD11

RGB

 RED value IS 106 (41.8% from 255) = 33.97%

 GREEN value IS 189 (74.22% from 255) = 60.58%

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 33.97%
G = 60.58%
B = 5.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6ABD11 (or 0x6ABD11) is known color: Christi. HEX triplet: 6A, BD and 11. RGB value is (106,189,17). Sum of RGB (Red+Green+Blue) = 106+189+17=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABD11 is #9542EE. Grayscale: #919191. Windows color (decimal): -9781999 or 1162602. OLE color: 1162602.

HSL color Cylindrical-coordinate representation of color #6ABD11: hue angle of 88.95º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6ABD11 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 189 17 -
CMYK 0.44 0 0.91 0.26
HSL 88.95º 0.83% 0.4% -
HSV(B) 88.95º 0.91% 0.74% -
XYZ 24.24 39.5 6.88 -
YUV 144.58 56 100.49 -
System Red Green Blue C M Y K H S L
Decimal 106 189 17 0.44 0 0.91 0.26 88.95 0.83 0.4
Hex 6A BD 11 2C 0 5B 1A 59 53 28
Octal 152 275 21 54 0 133 32 131 123 50
Binary 1101010 10111101 10001 101100 0 1011011 11010 1011001 1010011 101000

Color Harmonies of #6ABD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABD11

Black with #6ABD11

Text Example


Text Example

White with #6ABD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABD11; }

 p { color: rgb(106,189,17); }

 H1.HeaderClassName
 {
   color: #6ABD11;
 }
 .AnyTagClassName
 {
   color: #6ABD11;
 }
</style>

background-color css

<style>
 a { background-color: #6ABD11; }

 a { background-color: rgb(106,189,17); }

 div.DivClassName
 {
   background-color: #6ABD11;
 }
 .BgClassName
 {
   background-color: #6ABD11;
 }
</style>

border-color css

<style>
 span { border-color: #6ABD11; }

 span { border-color: rgb(106,189,17); }

 td.TdClassName
 {
   border-color: #6ABD11;
 }
 .TagClassName
 {
   border-color: #6ABD11;
 }
</style>