Html Css Color HEX #6ABB14 Christi

📋 copy color: '#6ABB14'

red 106 ◦ green 187 ◦ blue 20

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

Shades of Christi #6ABB14

Tints of Christi #6ABB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 33.87%
G = 59.74%
B = 6.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#6ABB14 (or 0x6ABB14) is known color: Christi. HEX triplet: 6A, BB and 14. RGB value is (106,187,20). Sum of RGB (Red+Green+Blue) = 106+187+20=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABB14 is #9544EB. Grayscale: #909090. Windows color (decimal): -9782508 or 1358698. OLE color: 1358698.

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

Color convert

RGB 106 187 20 -
CMYK 0.43 0 0.89 0.27
HSL 89.1º 0.81% 0.41% -
HSV(B) 89.1º 0.89% 0.73% -
XYZ 23.84 38.66 6.87 -
YUV 143.74 58.16 101.08 -
System Red Green Blue C M Y K H S L
Decimal 106 187 20 0.43 0 0.89 0.27 89.1 0.81 0.41
Hex 6A BB 14 2B 0 59 1B 59 51 29
Octal 152 273 24 53 0 131 33 131 121 51
Binary 1101010 10111011 10100 101011 0 1011001 11011 1011001 1010001 101001

Color Harmonies of #6ABB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABB14

Black with #6ABB14

Text Example


Text Example

White with #6ABB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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