#5ACA6B

Color #5ACA6B Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5ACA6B

Tints of Fern #5ACA6B

Color information

#5ACA6B (or 0x5ACA6B) is unknown color: approx Fern. HEX triplet: 5A, CA and 6B. RGB value is (90,202,107). Sum of RGB (Red+Green+Blue) = 90+202+107=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACA6B is #A53594. Grayscale: #9D9D9D. Windows color (decimal): -10827157 or 7064154. OLE color: 7064154.

HSL color Cylindrical-coordinate representation of color #5ACA6B: hue angle of 129.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACA6B is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB90202107-
CMYK0.5500.470.21
HSL129.11º51.38%57.25%-
HSV(B)129.11º55.45%79.22%-
XYZ27.9945.4821.21-
YUV157.6899.3979.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=22.56%
G=50.63%
B=26.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902021070.5500.470.21129.1151.3857.25
Hex5ACA6B3702F15813339
Octal13231215367057252016371
Binary101101011001010110101111011101011111010110000001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ACA6B; }

 p { color: rgb(90,202,107); }

 H1.HeaderClassName
 {
   color: #5ACA6B;
 }
 .AnyTagClassName
 {
   color: #5ACA6B;
 }
</style>
background-color css

<style>
 a { background-color: #5ACA6B; }

 a { background-color: rgb(90,202,107); }

 div.DivClassName
 {
   background-color: #5ACA6B;
 }
 .BgClassName
 {
   background-color: #5ACA6B;
 }
</style>
border-color css

<style>
 span { border-color: #5ACA6B; }

 span { border-color: rgb(90,202,107); }

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