Html Css Color HEX #6ABB10 Christi

📋 copy color: '#6ABB10'

red 106 ◦ green 187 ◦ blue 16

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

Shades of Christi #6ABB10

Tints of Christi #6ABB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 34.3%
G = 60.52%
B = 5.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#6ABB10 (or 0x6ABB10) is known color: Christi. HEX triplet: 6A, BB and 10. RGB value is (106,187,16). Sum of RGB (Red+Green+Blue) = 106+187+16=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABB10 is #9544EF. Grayscale: #8F8F8F. Windows color (decimal): -9782512 or 1096554. OLE color: 1096554.

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

Color convert

RGB 106 187 16 -
CMYK 0.43 0 0.91 0.27
HSL 88.42º 0.84% 0.4% -
HSV(B) 88.42º 0.91% 0.73% -
XYZ 23.81 38.64 6.69 -
YUV 143.29 56.16 101.4 -
System Red Green Blue C M Y K H S L
Decimal 106 187 16 0.43 0 0.91 0.27 88.42 0.84 0.4
Hex 6A BB 10 2B 0 5B 1B 58 54 28
Octal 152 273 20 53 0 133 33 130 124 50
Binary 1101010 10111011 10000 101011 0 1011011 11011 1011000 1010100 101000

Color Harmonies of #6ABB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABB10

Black with #6ABB10

Text Example


Text Example

White with #6ABB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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