Html Css Color HEX #4AC00E Kelly Green

📋 copy color: '#4AC00E'

red 74 ◦ green 192 ◦ blue 14

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

Shades of Kelly Green #4AC00E

Tints of Kelly Green #4AC00E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.57%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 26.43%
G = 68.57%
B = 5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#4AC00E (or 0x4AC00E) is known color: Kelly Green. HEX triplet: 4A, C0 and 0E. RGB value is (74,192,14). Sum of RGB (Red+Green+Blue) = 74+192+14=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC00E is #B53FF1. Grayscale: #898989. Windows color (decimal): -11878386 or 966730. OLE color: 966730.

HSL color Cylindrical-coordinate representation of color #4AC00E: hue angle of 99.78º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AC00E is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 192 14 -
CMYK 0.61 0 0.93 0.25
HSL 99.78º 0.86% 0.4% -
HSV(B) 99.78º 0.93% 0.75% -
XYZ 21.75 39.19 6.83 -
YUV 136.43 58.91 83.47 -
System Red Green Blue C M Y K H S L
Decimal 74 192 14 0.61 0 0.93 0.25 99.78 0.86 0.4
Hex 4A C0 E 3D 0 5D 19 64 56 28
Octal 112 300 16 75 0 135 31 144 126 50
Binary 1001010 11000000 1110 111101 0 1011101 11001 1100100 1010110 101000

Color Harmonies of #4AC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC00E

Black with #4AC00E

Text Example


Text Example

White with #4AC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,192,14); }

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

background-color css

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

 a { background-color: rgb(74,192,14); }

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

border-color css

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

 span { border-color: rgb(74,192,14); }

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