Html Css Color HEX #4AAA15 Kelly Green

📋 copy color: '#4AAA15'

red 74 ◦ green 170 ◦ blue 21

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

Shades of Kelly Green #4AAA15

Tints of Kelly Green #4AAA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 27.92%
G = 64.15%
B = 7.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#4AAA15 (or 0x4AAA15) is known color: Kelly Green. HEX triplet: 4A, AA and 15. RGB value is (74,170,21). Sum of RGB (Red+Green+Blue) = 74+170+21=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA15 is #B555EA. Grayscale: #7C7C7C. Windows color (decimal): -11884011 or 1419850. OLE color: 1419850.

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

Color convert

RGB 74 170 21 -
CMYK 0.56 0 0.88 0.33
HSL 98.66º 0.78% 0.37% -
HSV(B) 98.66º 0.88% 0.67% -
XYZ 17.33 30.26 5.64 -
YUV 124.31 69.7 92.12 -
System Red Green Blue C M Y K H S L
Decimal 74 170 21 0.56 0 0.88 0.33 98.66 0.78 0.37
Hex 4A AA 15 38 0 58 21 63 4E 25
Octal 112 252 25 70 0 130 41 143 116 45
Binary 1001010 10101010 10101 111000 0 1011000 100001 1100011 1001110 100101

Color Harmonies of #4AAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA15

Black with #4AAA15

Text Example


Text Example

White with #4AAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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