Html Css Color HEX #4AAF18 Kelly Green

📋 copy color: '#4AAF18'

red 74 ◦ green 175 ◦ blue 24

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

Shades of Kelly Green #4AAF18

Tints of Kelly Green #4AAF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 64.1%

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

R = 27.11%
G = 64.1%
B = 8.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#4AAF18 (or 0x4AAF18) is known color: Kelly Green. HEX triplet: 4A, AF and 18. RGB value is (74,175,24). Sum of RGB (Red+Green+Blue) = 74+175+24=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAF18 is #B550E7. Grayscale: #808080. Windows color (decimal): -11882728 or 1617738. OLE color: 1617738.

HSL color Cylindrical-coordinate representation of color #4AAF18: hue angle of 100.13º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AAF18 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 24 -
CMYK 0.58 0 0.86 0.31
HSL 100.13º 0.76% 0.39% -
HSV(B) 100.13º 0.86% 0.69% -
XYZ 18.32 32.18 6.11 -
YUV 127.59 69.54 89.78 -
System Red Green Blue C M Y K H S L
Decimal 74 175 24 0.58 0 0.86 0.31 100.13 0.76 0.39
Hex 4A AF 18 3A 0 56 1F 64 4C 27
Octal 112 257 30 72 0 126 37 144 114 47
Binary 1001010 10101111 11000 111010 0 1010110 11111 1100100 1001100 100111

Color Harmonies of #4AAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF18

Black with #4AAF18

Text Example


Text Example

White with #4AAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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