Html Css Color HEX #5FA96B Fern

📋 copy color: '#5FA96B'

red 95 ◦ green 169 ◦ blue 107

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

Shades of Fern #5FA96B

Tints of Fern #5FA96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 25.61%
G = 45.55%
B = 28.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#5FA96B (or 0x5FA96B) is known color: Fern. HEX triplet: 5F, A9 and 6B. RGB value is (95,169,107). Sum of RGB (Red+Green+Blue) = 95+169+107=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA96B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA96B is #A05694. Grayscale: #8B8B8B. Windows color (decimal): -10507925 or 7055711. OLE color: 7055711.

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

Color convert

RGB 95 169 107 -
CMYK 0.44 0 0.37 0.34
HSL 129.73º 0.3% 0.52% -
HSV(B) 129.73º 0.44% 0.66% -
XYZ 21.56 31.87 18.93 -
YUV 139.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 95 169 107 0.44 0 0.37 0.34 129.73 0.3 0.52
Hex 5F A9 6B 2C 0 25 22 82 1E 34
Octal 137 251 153 54 0 45 42 202 36 64
Binary 1011111 10101001 1101011 101100 0 100101 100010 10000010 11110 110100

Color Harmonies of #5FA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA96B

Black with #5FA96B

Text Example


Text Example

White with #5FA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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