Html Css Color HEX #56A15A Fruit Salad

📋 copy color: '#56A15A'

red 86 ◦ green 161 ◦ blue 90

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

Shades of Fruit Salad #56A15A

Tints of Fruit Salad #56A15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.77%

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 25.52%
G = 47.77%
B = 26.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#56A15A (or 0x56A15A) is known color: Fruit Salad. HEX triplet: 56, A1 and 5A. RGB value is (86,161,90). Sum of RGB (Red+Green+Blue) = 86+161+90=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #56A15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A15A is #A95EA5. Grayscale: #828282. Windows color (decimal): -11099814 or 5939542. OLE color: 5939542.

HSL color Cylindrical-coordinate representation of color #56A15A: hue angle of 123.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A15A is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 161 90 -
CMYK 0.47 0 0.44 0.37
HSL 123.2º 0.3% 0.48% -
HSV(B) 123.2º 0.47% 0.63% -
XYZ 18.43 28.21 14.15 -
YUV 130.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 86 161 90 0.47 0 0.44 0.37 123.2 0.3 0.48
Hex 56 A1 5A 2F 0 2C 25 7B 1E 30
Octal 126 241 132 57 0 54 45 173 36 60
Binary 1010110 10100001 1011010 101111 0 101100 100101 1111011 11110 110000

Color Harmonies of #56A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A15A

Black with #56A15A

Text Example


Text Example

White with #56A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,161,90); }

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

background-color css

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

 a { background-color: rgb(86,161,90); }

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

border-color css

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

 span { border-color: rgb(86,161,90); }

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