Html Css Color HEX #4AA013 Kelly Green

📋 copy color: '#4AA013'

red 74 ◦ green 160 ◦ blue 19

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

Shades of Kelly Green #4AA013

Tints of Kelly Green #4AA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 63.24%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 29.25%
G = 63.24%
B = 7.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#4AA013 (or 0x4AA013) is known color: Kelly Green. HEX triplet: 4A, A0 and 13. RGB value is (74,160,19). Sum of RGB (Red+Green+Blue) = 74+160+19=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA013 is #B55FEC. Grayscale: #767676. Windows color (decimal): -11886573 or 1286218. OLE color: 1286218.

HSL color Cylindrical-coordinate representation of color #4AA013: hue angle of 96.6º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AA013 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 160 19 -
CMYK 0.54 0 0.88 0.37
HSL 96.6º 0.79% 0.35% -
HSV(B) 96.6º 0.88% 0.63% -
XYZ 15.51 26.64 4.94 -
YUV 118.21 72.01 96.46 -
System Red Green Blue C M Y K H S L
Decimal 74 160 19 0.54 0 0.88 0.37 96.6 0.79 0.35
Hex 4A A0 13 36 0 58 25 61 4F 23
Octal 112 240 23 66 0 130 45 141 117 43
Binary 1001010 10100000 10011 110110 0 1011000 100101 1100001 1001111 100011

Color Harmonies of #4AA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA013

Black with #4AA013

Text Example


Text Example

White with #4AA013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,160,19); }

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

background-color css

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

 a { background-color: rgb(74,160,19); }

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

border-color css

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

 span { border-color: rgb(74,160,19); }

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