Html Css Color HEX #4AA000 Kelly Green

📋 copy color: '#4AA000'

red 74 ◦ green 160 ◦ blue 0

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

Shades of Kelly Green #4AA000

Tints of Kelly Green #4AA000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.62%
G = 68.38%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#4AA000 (or 0x4AA000) is known color: Kelly Green. HEX triplet: 4A, A0 and 00. RGB value is (74,160,0). Sum of RGB (Red+Green+Blue) = 74+160+0=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 160 (62.89% from 255 or 68.38% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA000 is #B55FFF. Grayscale: #747474. Windows color (decimal): -11886592 or 41034. OLE color: 41034.

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

Color convert

RGB 74 160 0 -
CMYK 0.54 0 1 0.37
HSL 92.25º 1% 0.31% -
HSV(B) 92.25º 1% 0.63% -
XYZ 15.39 26.6 4.32 -
YUV 116.05 62.51 98.01 -
System Red Green Blue C M Y K H S L
Decimal 74 160 0 0.54 0 1 0.37 92.25 1 0.31
Hex 4A A0 0 36 0 64 25 5C 64 1F
Octal 112 240 0 66 0 144 45 134 144 37
Binary 1001010 10100000 0 110110 0 1100100 100101 1011100 1100100 11111

Color Harmonies of #4AA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA000

Black with #4AA000

Text Example


Text Example

White with #4AA000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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