Html Css Color HEX #4AA005 Kelly Green

📋 copy color: '#4AA005'

red 74 ◦ green 160 ◦ blue 5

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

Shades of Kelly Green #4AA005

Tints of Kelly Green #4AA005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 30.96%
G = 66.95%
B = 2.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#4AA005 (or 0x4AA005) is known color: Kelly Green. HEX triplet: 4A, A0 and 05. RGB value is (74,160,5). Sum of RGB (Red+Green+Blue) = 74+160+5=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA005 is #B55FFA. Grayscale: #757575. Windows color (decimal): -11886587 or 368714. OLE color: 368714.

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

Color convert

RGB 74 160 5 -
CMYK 0.54 0 0.97 0.37
HSL 93.29º 0.94% 0.32% -
HSV(B) 93.29º 0.97% 0.63% -
XYZ 15.42 26.61 4.47 -
YUV 116.62 65.01 97.6 -
System Red Green Blue C M Y K H S L
Decimal 74 160 5 0.54 0 0.97 0.37 93.29 0.94 0.32
Hex 4A A0 5 36 0 61 25 5D 5E 20
Octal 112 240 5 66 0 141 45 135 136 40
Binary 1001010 10100000 101 110110 0 1100001 100101 1011101 1011110 100000

Color Harmonies of #4AA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA005

Black with #4AA005

Text Example


Text Example

White with #4AA005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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