Html Css Color HEX #5FA970 Fern

📋 copy color: '#5FA970'

red 95 ◦ green 169 ◦ blue 112

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

Shades of Fern #5FA970

Tints of Fern #5FA970

RGB

 RED value IS 95 (37.5% from 255) = 25.27%

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 25.27%
G = 44.95%
B = 29.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#5FA970 (or 0x5FA970) is known color: Fern. HEX triplet: 5F, A9 and 70. RGB value is (95,169,112). Sum of RGB (Red+Green+Blue) = 95+169+112=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA970 is #A0568F. Grayscale: #8C8C8C. Windows color (decimal): -10507920 or 7383391. OLE color: 7383391.

HSL color Cylindrical-coordinate representation of color #5FA970: hue angle of 133.78º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA970 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 169 112 -
CMYK 0.44 0 0.34 0.34
HSL 133.78º 0.3% 0.52% -
HSV(B) 133.78º 0.44% 0.66% -
XYZ 21.83 31.98 20.35 -
YUV 140.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 95 169 112 0.44 0 0.34 0.34 133.78 0.3 0.52
Hex 5F A9 70 2C 0 22 22 86 1E 34
Octal 137 251 160 54 0 42 42 206 36 64
Binary 1011111 10101001 1110000 101100 0 100010 100010 10000110 11110 110100

Color Harmonies of #5FA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA970

Black with #5FA970

Text Example


Text Example

White with #5FA970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,169,112); }

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

background-color css

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

 a { background-color: rgb(95,169,112); }

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

border-color css

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

 span { border-color: rgb(95,169,112); }

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