Html Css Color HEX #4AAE10 Kelly Green

📋 copy color: '#4AAE10'

red 74 ◦ green 174 ◦ blue 16

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

Shades of Kelly Green #4AAE10

Tints of Kelly Green #4AAE10

RGB

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

 GREEN value IS 174 (68.36% from 255) = 65.91%

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

R = 28.03%
G = 65.91%
B = 6.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#4AAE10 (or 0x4AAE10) is known color: Kelly Green. HEX triplet: 4A, AE and 10. RGB value is (74,174,16). Sum of RGB (Red+Green+Blue) = 74+174+16=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 174 (68.36% from 255 or 65.91% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAE10 is #B551EF. Grayscale: #7E7E7E. Windows color (decimal): -11882992 or 1093194. OLE color: 1093194.

HSL color Cylindrical-coordinate representation of color #4AAE10: hue angle of 97.97º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AAE10 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 174 16 -
CMYK 0.57 0 0.91 0.32
HSL 97.97º 0.83% 0.37% -
HSV(B) 97.97º 0.91% 0.68% -
XYZ 18.05 31.77 5.67 -
YUV 126.09 65.87 90.85 -
System Red Green Blue C M Y K H S L
Decimal 74 174 16 0.57 0 0.91 0.32 97.97 0.83 0.37
Hex 4A AE 10 39 0 5B 20 62 53 25
Octal 112 256 20 71 0 133 40 142 123 45
Binary 1001010 10101110 10000 111001 0 1011011 100000 1100010 1010011 100101

Color Harmonies of #4AAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE10

Black with #4AAE10

Text Example


Text Example

White with #4AAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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