Html Css Color HEX #4AAB12 Kelly Green

📋 copy color: '#4AAB12'

red 74 ◦ green 171 ◦ blue 18

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

Shades of Kelly Green #4AAB12

Tints of Kelly Green #4AAB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.02%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 28.14%
G = 65.02%
B = 6.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#4AAB12 (or 0x4AAB12) is known color: Kelly Green. HEX triplet: 4A, AB and 12. RGB value is (74,171,18). Sum of RGB (Red+Green+Blue) = 74+171+18=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAB12 is #B554ED. Grayscale: #7D7D7D. Windows color (decimal): -11883758 or 1223498. OLE color: 1223498.

HSL color Cylindrical-coordinate representation of color #4AAB12: hue angle of 98.04º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AAB12 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 171 18 -
CMYK 0.57 0 0.89 0.33
HSL 98.04º 0.81% 0.37% -
HSV(B) 98.04º 0.89% 0.67% -
XYZ 17.5 30.63 5.56 -
YUV 124.56 67.86 91.94 -
System Red Green Blue C M Y K H S L
Decimal 74 171 18 0.57 0 0.89 0.33 98.04 0.81 0.37
Hex 4A AB 12 39 0 59 21 62 51 25
Octal 112 253 22 71 0 131 41 142 121 45
Binary 1001010 10101011 10010 111001 0 1011001 100001 1100010 1010001 100101

Color Harmonies of #4AAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAB12

Black with #4AAB12

Text Example


Text Example

White with #4AAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,171,18); }

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

background-color css

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

 a { background-color: rgb(74,171,18); }

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

border-color css

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

 span { border-color: rgb(74,171,18); }

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