Html Css Color HEX #2AC210 Kelly Green

📋 copy color: '#2AC210'

red 42 ◦ green 194 ◦ blue 16

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

Shades of Kelly Green #2AC210

Tints of Kelly Green #2AC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 76.98%

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

R = 16.67%
G = 76.98%
B = 6.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#2AC210 (or 0x2AC210) is known color: Kelly Green. HEX triplet: 2A, C2 and 10. RGB value is (42,194,16). Sum of RGB (Red+Green+Blue) = 42+194+16=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC210 is #D53DEF. Grayscale: #808080. Windows color (decimal): -13975024 or 1098282. OLE color: 1098282.

HSL color Cylindrical-coordinate representation of color #2AC210: hue angle of 111.24º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AC210 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 194 16 -
CMYK 0.78 0 0.92 0.24
HSL 111.24º 0.85% 0.41% -
HSV(B) 111.24º 0.92% 0.76% -
XYZ 20.34 39.11 6.97 -
YUV 128.26 64.64 66.47 -
System Red Green Blue C M Y K H S L
Decimal 42 194 16 0.78 0 0.92 0.24 111.24 0.85 0.41
Hex 2A C2 10 4E 0 5C 18 6F 55 29
Octal 52 302 20 116 0 134 30 157 125 51
Binary 101010 11000010 10000 1001110 0 1011100 11000 1101111 1010101 101001

Color Harmonies of #2AC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC210

Black with #2AC210

Text Example


Text Example

White with #2AC210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,194,16); }

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

background-color css

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

 a { background-color: rgb(42,194,16); }

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

border-color css

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

 span { border-color: rgb(42,194,16); }

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