Html Css Color HEX #2AC209 Kelly Green

📋 copy color: '#2AC209'

red 42 ◦ green 194 ◦ blue 9

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

Shades of Kelly Green #2AC209

Tints of Kelly Green #2AC209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 17.14%
G = 79.18%
B = 3.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#2AC209 (or 0x2AC209) is known color: Kelly Green. HEX triplet: 2A, C2 and 09. RGB value is (42,194,9). Sum of RGB (Red+Green+Blue) = 42+194+9=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 194 (76.17% from 255 or 79.18% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC209 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC209 is #D53DF6. Grayscale: #808080. Windows color (decimal): -13975031 or 639530. OLE color: 639530.

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

Color convert

RGB 42 194 9 -
CMYK 0.78 0 0.95 0.24
HSL 109.3º 0.91% 0.4% -
HSV(B) 109.3º 0.95% 0.76% -
XYZ 20.3 39.1 6.73 -
YUV 127.46 61.14 67.04 -
System Red Green Blue C M Y K H S L
Decimal 42 194 9 0.78 0 0.95 0.24 109.3 0.91 0.4
Hex 2A C2 9 4E 0 5F 18 6D 5B 28
Octal 52 302 11 116 0 137 30 155 133 50
Binary 101010 11000010 1001 1001110 0 1011111 11000 1101101 1011011 101000

Color Harmonies of #2AC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC209

Black with #2AC209

Text Example


Text Example

White with #2AC209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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