Html Css Color HEX #4AC010 Kelly Green

📋 copy color: '#4AC010'

red 74 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #4AC010

Tints of Kelly Green #4AC010

RGB

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

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

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

R = 26.24%
G = 68.09%
B = 5.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#4AC010 (or 0x4AC010) is known color: Kelly Green. HEX triplet: 4A, C0 and 10. RGB value is (74,192,16). Sum of RGB (Red+Green+Blue) = 74+192+16=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC010 is #B53FEF. Grayscale: #898989. Windows color (decimal): -11878384 or 1097802. OLE color: 1097802.

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

Color convert

RGB 74 192 16 -
CMYK 0.61 0 0.92 0.25
HSL 100.23º 0.85% 0.41% -
HSV(B) 100.23º 0.92% 0.75% -
XYZ 21.77 39.19 6.91 -
YUV 136.65 59.91 83.31 -
System Red Green Blue C M Y K H S L
Decimal 74 192 16 0.61 0 0.92 0.25 100.23 0.85 0.41
Hex 4A C0 10 3D 0 5C 19 64 55 29
Octal 112 300 20 75 0 134 31 144 125 51
Binary 1001010 11000000 10000 111101 0 1011100 11001 1100100 1010101 101001

Color Harmonies of #4AC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC010

Black with #4AC010

Text Example


Text Example

White with #4AC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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