Html Css Color HEX #4AAA1F Kelly Green

📋 copy color: '#4AAA1F'

red 74 ◦ green 170 ◦ blue 31

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

Shades of Kelly Green #4AAA1F

Tints of Kelly Green #4AAA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.82%

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 26.91%
G = 61.82%
B = 11.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#4AAA1F (or 0x4AAA1F) is known color: Kelly Green. HEX triplet: 4A, AA and 1F. RGB value is (74,170,31). Sum of RGB (Red+Green+Blue) = 74+170+31=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA1F is #B555E0. Grayscale: #7D7D7D. Windows color (decimal): -11884001 or 2075210. OLE color: 2075210.

HSL color Cylindrical-coordinate representation of color #4AAA1F: hue angle of 101.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AAA1F is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 31 -
CMYK 0.56 0 0.82 0.33
HSL 101.44º 0.69% 0.39% -
HSV(B) 101.44º 0.82% 0.67% -
XYZ 17.45 30.3 6.23 -
YUV 125.45 74.7 91.3 -
System Red Green Blue C M Y K H S L
Decimal 74 170 31 0.56 0 0.82 0.33 101.44 0.69 0.39
Hex 4A AA 1F 38 0 52 21 65 45 27
Octal 112 252 37 70 0 122 41 145 105 47
Binary 1001010 10101010 11111 111000 0 1010010 100001 1100101 1000101 100111

Color Harmonies of #4AAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA1F

Black with #4AAA1F

Text Example


Text Example

White with #4AAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,31); }

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

background-color css

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

 a { background-color: rgb(74,170,31); }

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

border-color css

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

 span { border-color: rgb(74,170,31); }

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