Html Css Color HEX #4A9900 Kelly Green

📋 copy color: '#4A9900'

red 74 ◦ green 153 ◦ blue 0

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

Shades of Kelly Green #4A9900

Tints of Kelly Green #4A9900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 67.4%

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

R = 32.6%
G = 67.4%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#4A9900 (or 0x4A9900) is known color: Kelly Green. HEX triplet: 4A, 99 and 00. RGB value is (74,153,0). Sum of RGB (Red+Green+Blue) = 74+153+0=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #4A9900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9900 is #B566FF. Grayscale: #707070. Windows color (decimal): -11888384 or 39242. OLE color: 39242.

HSL color Cylindrical-coordinate representation of color #4A9900: hue angle of 90.98º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A9900 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 0 -
CMYK 0.52 0 1 0.4
HSL 90.98º 1% 0.3% -
HSV(B) 90.98º 1% 0.6% -
XYZ 14.22 24.24 3.93 -
YUV 111.94 64.83 100.94 -
System Red Green Blue C M Y K H S L
Decimal 74 153 0 0.52 0 1 0.4 90.98 1 0.3
Hex 4A 99 0 34 0 64 28 5B 64 1E
Octal 112 231 0 64 0 144 50 133 144 36
Binary 1001010 10011001 0 110100 0 1100100 101000 1011011 1100100 11110

Color Harmonies of #4A9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9900

Black with #4A9900

Text Example


Text Example

White with #4A9900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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