Html Css Color HEX #56AA1F Kelly Green

📋 copy color: '#56AA1F'

red 86 ◦ green 170 ◦ blue 31

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

Shades of Kelly Green #56AA1F

Tints of Kelly Green #56AA1F

RGB

 RED value IS 86 (33.98% from 255) = 29.97%

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

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

R = 29.97%
G = 59.23%
B = 10.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#56AA1F (or 0x56AA1F) is known color: Kelly Green. HEX triplet: 56, AA and 1F. RGB value is (86,170,31). Sum of RGB (Red+Green+Blue) = 86+170+31=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AA1F is #A955E0. Grayscale: #818181. Windows color (decimal): -11097569 or 2075222. OLE color: 2075222.

HSL color Cylindrical-coordinate representation of color #56AA1F: hue angle of 96.26º 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 #56AA1F is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 170 31 -
CMYK 0.49 0 0.82 0.33
HSL 96.26º 0.69% 0.39% -
HSV(B) 96.26º 0.82% 0.67% -
XYZ 18.46 30.83 6.27 -
YUV 129.04 72.67 97.3 -
System Red Green Blue C M Y K H S L
Decimal 86 170 31 0.49 0 0.82 0.33 96.26 0.69 0.39
Hex 56 AA 1F 31 0 52 21 60 45 27
Octal 126 252 37 61 0 122 41 140 105 47
Binary 1010110 10101010 11111 110001 0 1010010 100001 1100000 1000101 100111

Color Harmonies of #56AA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AA1F

Black with #56AA1F

Text Example


Text Example

White with #56AA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56AA1F; }

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

 H1.HeaderClassName
 {
   color: #56AA1F;
 }
 .AnyTagClassName
 {
   color: #56AA1F;
 }
</style>

background-color css

<style>
 a { background-color: #56AA1F; }

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

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

border-color css

<style>
 span { border-color: #56AA1F; }

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

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