Html Css Color HEX #5DAA6A Fern

📋 copy color: '#5DAA6A'

red 93 ◦ green 170 ◦ blue 106

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

Shades of Fern #5DAA6A

Tints of Fern #5DAA6A

RGB

 RED value IS 93 (36.72% from 255) = 25.2%

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 25.2%
G = 46.07%
B = 28.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#5DAA6A (or 0x5DAA6A) is known color: Fern. HEX triplet: 5D, AA and 6A. RGB value is (93,170,106). Sum of RGB (Red+Green+Blue) = 93+170+106=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA6A is #A25595. Grayscale: #8B8B8B. Windows color (decimal): -10638742 or 6990429. OLE color: 6990429.

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

Color convert

RGB 93 170 106 -
CMYK 0.45 0 0.38 0.33
HSL 130.13º 0.31% 0.52% -
HSV(B) 130.13º 0.45% 0.67% -
XYZ 21.49 32.12 18.7 -
YUV 139.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 93 170 106 0.45 0 0.38 0.33 130.13 0.31 0.52
Hex 5D AA 6A 2D 0 26 21 82 1F 34
Octal 135 252 152 55 0 46 41 202 37 64
Binary 1011101 10101010 1101010 101101 0 100110 100001 10000010 11111 110100

Color Harmonies of #5DAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAA6A

Black with #5DAA6A

Text Example


Text Example

White with #5DAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,170,106); }

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

background-color css

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

 a { background-color: rgb(93,170,106); }

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

border-color css

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

 span { border-color: rgb(93,170,106); }

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