Html Css Color HEX #4AAF11 Kelly Green

📋 copy color: '#4AAF11'

red 74 ◦ green 175 ◦ blue 17

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

Shades of Kelly Green #4AAF11

Tints of Kelly Green #4AAF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 65.79%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 27.82%
G = 65.79%
B = 6.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#4AAF11 (or 0x4AAF11) is known color: Kelly Green. HEX triplet: 4A, AF and 11. RGB value is (74,175,17). Sum of RGB (Red+Green+Blue) = 74+175+17=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAF11 is #B550EE. Grayscale: #7F7F7F. Windows color (decimal): -11882735 or 1158986. OLE color: 1158986.

HSL color Cylindrical-coordinate representation of color #4AAF11: hue angle of 98.35º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AAF11 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 17 -
CMYK 0.58 0 0.90 0.31
HSL 98.35º 0.82% 0.38% -
HSV(B) 98.35º 0.9% 0.69% -
XYZ 18.26 32.16 5.77 -
YUV 126.79 66.04 90.35 -
System Red Green Blue C M Y K H S L
Decimal 74 175 17 0.58 0 0.90 0.31 98.35 0.82 0.38
Hex 4A AF 11 3A 0 5A 1F 62 52 26
Octal 112 257 21 72 0 132 37 142 122 46
Binary 1001010 10101111 10001 111010 0 1011010 11111 1100010 1010010 100110

Color Harmonies of #4AAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF11

Black with #4AAF11

Text Example


Text Example

White with #4AAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,175,17); }

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

background-color css

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

 a { background-color: rgb(74,175,17); }

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

border-color css

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

 span { border-color: rgb(74,175,17); }

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