Html Css Color HEX #2AC309 Kelly Green

📋 copy color: '#2AC309'

red 42 ◦ green 195 ◦ blue 9

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

Shades of Kelly Green #2AC309

Tints of Kelly Green #2AC309

RGB

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

 GREEN value IS 195 (76.56% from 255) = 79.27%

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

R = 17.07%
G = 79.27%
B = 3.66%

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

#2AC309 (or 0x2AC309) is known color: Kelly Green. HEX triplet: 2A, C3 and 09. RGB value is (42,195,9). Sum of RGB (Red+Green+Blue) = 42+195+9=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC309 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC309 is #D53CF6. Grayscale: #808080. Windows color (decimal): -13974775 or 639786. OLE color: 639786.

HSL color Cylindrical-coordinate representation of color #2AC309: hue angle of 109.35º 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 #2AC309 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 195 9 -
CMYK 0.78 0 0.95 0.24
HSL 109.35º 0.91% 0.4% -
HSV(B) 109.35º 0.95% 0.76% -
XYZ 20.52 39.54 6.81 -
YUV 128.05 60.81 66.62 -
System Red Green Blue C M Y K H S L
Decimal 42 195 9 0.78 0 0.95 0.24 109.35 0.91 0.4
Hex 2A C3 9 4E 0 5F 18 6D 5B 28
Octal 52 303 11 116 0 137 30 155 133 50
Binary 101010 11000011 1001 1001110 0 1011111 11000 1101101 1011011 101000

Color Harmonies of #2AC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC309

Black with #2AC309

Text Example


Text Example

White with #2AC309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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