#5CA269

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

Shades of Fern #5CA269

Tints of Fern #5CA269

Color information

#5CA269 (or 0x5CA269) is unknown color: approx Fern. HEX triplet: 5C, A2 and 69. RGB value is (92,162,105). Sum of RGB (Red+Green+Blue) = 92+162+105=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA269 is #A35D96. Grayscale: #868686. Windows color (decimal): -10706327 or 6922844. OLE color: 6922844.

HSL color Cylindrical-coordinate representation of color #5CA269: hue angle of 131.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA269 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB92162105-
CMYK0.4300.350.36
HSL131.14º27.56%49.8%-
HSV(B)131.14º43.21%63.53%-
XYZ19.8829.1417.94-
YUV134.57111.3197.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.63%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=25.63%
G=45.13%
B=29.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921621050.4300.350.36131.1427.5649.8
Hex5CA2692B02324831c32
Octal13424215153043442033462
Binary101110010100010110100110101101000111001001000001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,105); }

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

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

 a { background-color: rgb(92,162,105); }

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

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

 span { border-color: rgb(92,162,105); }

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