Html Css Color HEX #4A9C00 Kelly Green

📋 copy color: '#4A9C00'

red 74 ◦ green 156 ◦ blue 0

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

Shades of Kelly Green #4A9C00

Tints of Kelly Green #4A9C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 67.83%

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

R = 32.17%
G = 67.83%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#4A9C00 (or 0x4A9C00) is known color: Kelly Green. HEX triplet: 4A, 9C and 00. RGB value is (74,156,0). Sum of RGB (Red+Green+Blue) = 74+156+0=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 156 (61.33% from 255 or 67.83% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 156 - color contains mainly: green. Hex color #4A9C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9C00 is #B563FF. Grayscale: #727272. Windows color (decimal): -11887616 or 40010. OLE color: 40010.

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

Color convert

RGB 74 156 0 -
CMYK 0.53 0 1 0.39
HSL 91.54º 1% 0.31% -
HSV(B) 91.54º 1% 0.61% -
XYZ 14.71 25.23 4.09 -
YUV 113.7 63.83 99.68 -
System Red Green Blue C M Y K H S L
Decimal 74 156 0 0.53 0 1 0.39 91.54 1 0.31
Hex 4A 9C 0 35 0 64 27 5C 64 1F
Octal 112 234 0 65 0 144 47 134 144 37
Binary 1001010 10011100 0 110101 0 1100100 100111 1011100 1100100 11111

Color Harmonies of #4A9C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9C00

Black with #4A9C00

Text Example


Text Example

White with #4A9C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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