Html Css Color HEX #2AAE08 Kelly Green

📋 copy color: '#2AAE08'

red 42 ◦ green 174 ◦ blue 8

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

Shades of Kelly Green #2AAE08

Tints of Kelly Green #2AAE08

RGB

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

 GREEN value IS 174 (68.36% from 255) = 77.68%

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

R = 18.75%
G = 77.68%
B = 3.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#2AAE08 (or 0x2AAE08) is known color: Kelly Green. HEX triplet: 2A, AE and 08. RGB value is (42,174,8). Sum of RGB (Red+Green+Blue) = 42+174+8=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 174 (68.36% from 255 or 77.68% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE08 is #D551F7. Grayscale: #747474. Windows color (decimal): -13980152 or 568874. OLE color: 568874.

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

Color convert

RGB 42 174 8 -
CMYK 0.76 0 0.95 0.32
HSL 107.71º 0.91% 0.36% -
HSV(B) 107.71º 0.95% 0.68% -
XYZ 16.13 30.78 5.32 -
YUV 115.61 67.27 75.5 -
System Red Green Blue C M Y K H S L
Decimal 42 174 8 0.76 0 0.95 0.32 107.71 0.91 0.36
Hex 2A AE 8 4C 0 5F 20 6C 5B 24
Octal 52 256 10 114 0 137 40 154 133 44
Binary 101010 10101110 1000 1001100 0 1011111 100000 1101100 1011011 100100

Color Harmonies of #2AAE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE08

Black with #2AAE08

Text Example


Text Example

White with #2AAE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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