Html Css Color HEX #6ABB12 Christi

📋 copy color: '#6ABB12'

red 106 ◦ green 187 ◦ blue 18

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

Shades of Christi #6ABB12

Tints of Christi #6ABB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.13%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 34.08%
G = 60.13%
B = 5.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#6ABB12 (or 0x6ABB12) is known color: Christi. HEX triplet: 6A, BB and 12. RGB value is (106,187,18). Sum of RGB (Red+Green+Blue) = 106+187+18=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABB12 is #9544ED. Grayscale: #909090. Windows color (decimal): -9782510 or 1227626. OLE color: 1227626.

HSL color Cylindrical-coordinate representation of color #6ABB12: hue angle of 88.76º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6ABB12 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 187 18 -
CMYK 0.43 0 0.90 0.27
HSL 88.76º 0.82% 0.4% -
HSV(B) 88.76º 0.9% 0.73% -
XYZ 23.82 38.65 6.78 -
YUV 143.52 57.16 101.24 -
System Red Green Blue C M Y K H S L
Decimal 106 187 18 0.43 0 0.90 0.27 88.76 0.82 0.4
Hex 6A BB 12 2B 0 5A 1B 59 52 28
Octal 152 273 22 53 0 132 33 131 122 50
Binary 1101010 10111011 10010 101011 0 1011010 11011 1011001 1010010 101000

Color Harmonies of #6ABB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABB12

Black with #6ABB12

Text Example


Text Example

White with #6ABB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,187,18); }

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

background-color css

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

 a { background-color: rgb(106,187,18); }

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

border-color css

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

 span { border-color: rgb(106,187,18); }

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