Html Css Color HEX #5CAA6E Fern

📋 copy color: '#5CAA6E'

red 92 ◦ green 170 ◦ blue 110

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

Shades of Fern #5CAA6E

Tints of Fern #5CAA6E

RGB

 RED value IS 92 (36.33% from 255) = 24.73%

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

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 24.73%
G = 45.7%
B = 29.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#5CAA6E (or 0x5CAA6E) is known color: Fern. HEX triplet: 5C, AA and 6E. RGB value is (92,170,110). Sum of RGB (Red+Green+Blue) = 92+170+110=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA6E is #A35591. Grayscale: #8C8C8C. Windows color (decimal): -10704274 or 7252572. OLE color: 7252572.

HSL color Cylindrical-coordinate representation of color #5CAA6E: hue angle of 133.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA6E is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 170 110 -
CMYK 0.46 0 0.35 0.33
HSL 133.85º 0.31% 0.51% -
HSV(B) 133.85º 0.46% 0.67% -
XYZ 21.6 32.15 19.82 -
YUV 139.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 92 170 110 0.46 0 0.35 0.33 133.85 0.31 0.51
Hex 5C AA 6E 2E 0 23 21 86 1F 33
Octal 134 252 156 56 0 43 41 206 37 63
Binary 1011100 10101010 1101110 101110 0 100011 100001 10000110 11111 110011

Color Harmonies of #5CAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAA6E

Black with #5CAA6E

Text Example


Text Example

White with #5CAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,170,110); }

 H1.HeaderClassName
 {
   color: #5CAA6E;
 }
 .AnyTagClassName
 {
   color: #5CAA6E;
 }
</style>

background-color css

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

 a { background-color: rgb(92,170,110); }

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

border-color css

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

 span { border-color: rgb(92,170,110); }

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