Html Css Color HEX #2AC008 Kelly Green

📋 copy color: '#2AC008'

red 42 ◦ green 192 ◦ blue 8

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

Shades of Kelly Green #2AC008

Tints of Kelly Green #2AC008

RGB

 RED value IS 42 (16.8% from 255) = 17.36%

 GREEN value IS 192 (75.39% from 255) = 79.34%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 17.36%
G = 79.34%
B = 3.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#2AC008 (or 0x2AC008) is known color: Kelly Green. HEX triplet: 2A, C0 and 08. RGB value is (42,192,8). Sum of RGB (Red+Green+Blue) = 42+192+8=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC008 is #D53FF7. Grayscale: #7E7E7E. Windows color (decimal): -13975544 or 573482. OLE color: 573482.

HSL color Cylindrical-coordinate representation of color #2AC008: hue angle of 108.91º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AC008 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 192 8 -
CMYK 0.78 0 0.96 0.25
HSL 108.91º 0.92% 0.39% -
HSV(B) 108.91º 0.96% 0.75% -
XYZ 19.85 38.21 6.56 -
YUV 126.17 61.31 67.96 -
System Red Green Blue C M Y K H S L
Decimal 42 192 8 0.78 0 0.96 0.25 108.91 0.92 0.39
Hex 2A C0 8 4E 0 60 19 6D 5C 27
Octal 52 300 10 116 0 140 31 155 134 47
Binary 101010 11000000 1000 1001110 0 1100000 11001 1101101 1011100 100111

Color Harmonies of #2AC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC008

Black with #2AC008

Text Example


Text Example

White with #2AC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AC008; }

 p { color: rgb(42,192,8); }

 H1.HeaderClassName
 {
   color: #2AC008;
 }
 .AnyTagClassName
 {
   color: #2AC008;
 }
</style>

background-color css

<style>
 a { background-color: #2AC008; }

 a { background-color: rgb(42,192,8); }

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

border-color css

<style>
 span { border-color: #2AC008; }

 span { border-color: rgb(42,192,8); }

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