Html Css Color HEX #4AAA18 Kelly Green

📋 copy color: '#4AAA18'

red 74 ◦ green 170 ◦ blue 24

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

Shades of Kelly Green #4AAA18

Tints of Kelly Green #4AAA18

RGB

 RED value IS 74 (29.3% from 255) = 27.61%

 GREEN value IS 170 (66.8% from 255) = 63.43%

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 27.61%
G = 63.43%
B = 8.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#4AAA18 (or 0x4AAA18) is known color: Kelly Green. HEX triplet: 4A, AA and 18. RGB value is (74,170,24). Sum of RGB (Red+Green+Blue) = 74+170+24=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA18 is #B555E7. Grayscale: #7D7D7D. Windows color (decimal): -11884008 or 1616458. OLE color: 1616458.

HSL color Cylindrical-coordinate representation of color #4AAA18: hue angle of 99.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AAA18 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 24 -
CMYK 0.56 0 0.86 0.33
HSL 99.45º 0.75% 0.38% -
HSV(B) 99.45º 0.86% 0.67% -
XYZ 17.36 30.27 5.79 -
YUV 124.65 71.2 91.87 -
System Red Green Blue C M Y K H S L
Decimal 74 170 24 0.56 0 0.86 0.33 99.45 0.75 0.38
Hex 4A AA 18 38 0 56 21 63 4B 26
Octal 112 252 30 70 0 126 41 143 113 46
Binary 1001010 10101010 11000 111000 0 1010110 100001 1100011 1001011 100110

Color Harmonies of #4AAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA18

Black with #4AAA18

Text Example


Text Example

White with #4AAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AAA18; }

 p { color: rgb(74,170,24); }

 H1.HeaderClassName
 {
   color: #4AAA18;
 }
 .AnyTagClassName
 {
   color: #4AAA18;
 }
</style>

background-color css

<style>
 a { background-color: #4AAA18; }

 a { background-color: rgb(74,170,24); }

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

border-color css

<style>
 span { border-color: #4AAA18; }

 span { border-color: rgb(74,170,24); }

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