Html Css Color HEX #4CA010 Kelly Green

📋 copy color: '#4CA010'

red 76 ◦ green 160 ◦ blue 16

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

Shades of Kelly Green #4CA010

Tints of Kelly Green #4CA010

RGB

 RED value IS 76 (30.08% from 255) = 30.16%

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

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 30.16%
G = 63.49%
B = 6.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#4CA010 (or 0x4CA010) is known color: Kelly Green. HEX triplet: 4C, A0 and 10. RGB value is (76,160,16). Sum of RGB (Red+Green+Blue) = 76+160+16=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA010 is #B35FEF. Grayscale: #767676. Windows color (decimal): -11755504 or 1089612. OLE color: 1089612.

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

Color convert

RGB 76 160 16 -
CMYK 0.52 0 0.9 0.37
HSL 95º 0.82% 0.35% -
HSV(B) 95º 0.9% 0.63% -
XYZ 15.64 26.72 4.82 -
YUV 118.47 70.17 97.71 -
System Red Green Blue C M Y K H S L
Decimal 76 160 16 0.52 0 0.9 0.37 95 0.82 0.35
Hex 4C A0 10 34 0 5A 25 5F 52 23
Octal 114 240 20 64 0 132 45 137 122 43
Binary 1001100 10100000 10000 110100 0 1011010 100101 1011111 1010010 100011

Color Harmonies of #4CA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA010

Black with #4CA010

Text Example


Text Example

White with #4CA010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,160,16); }

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

background-color css

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

 a { background-color: rgb(76,160,16); }

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

border-color css

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

 span { border-color: rgb(76,160,16); }

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