Html Css Color HEX #5FA960 Fern

📋 copy color: '#5FA960'

red 95 ◦ green 169 ◦ blue 96

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

Shades of Fern #5FA960

Tints of Fern #5FA960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 26.39%
G = 46.94%
B = 26.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#5FA960 (or 0x5FA960) is known color: Fern. HEX triplet: 5F, A9 and 60. RGB value is (95,169,96). Sum of RGB (Red+Green+Blue) = 95+169+96=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA960 is #A0569F. Grayscale: #8A8A8A. Windows color (decimal): -10507936 or 6334815. OLE color: 6334815.

HSL color Cylindrical-coordinate representation of color #5FA960: hue angle of 120.81º 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 #5FA960 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 169 96 -
CMYK 0.44 0 0.43 0.34
HSL 120.81º 0.3% 0.52% -
HSV(B) 120.81º 0.44% 0.66% -
XYZ 21.02 31.65 16.07 -
YUV 138.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 95 169 96 0.44 0 0.43 0.34 120.81 0.3 0.52
Hex 5F A9 60 2C 0 2B 22 79 1E 34
Octal 137 251 140 54 0 53 42 171 36 64
Binary 1011111 10101001 1100000 101100 0 101011 100010 1111001 11110 110100

Color Harmonies of #5FA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA960

Black with #5FA960

Text Example


Text Example

White with #5FA960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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