Html Css Color HEX #5FAC6F Fern

📋 copy color: '#5FAC6F'

red 95 ◦ green 172 ◦ blue 111

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

Shades of Fern #5FAC6F

Tints of Fern #5FAC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.5%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 25.13%
G = 45.5%
B = 29.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#5FAC6F (or 0x5FAC6F) is known color: Fern. HEX triplet: 5F, AC and 6F. RGB value is (95,172,111). Sum of RGB (Red+Green+Blue) = 95+172+111=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC6F is #A05390. Grayscale: #8E8E8E. Windows color (decimal): -10507153 or 7318623. OLE color: 7318623.

HSL color Cylindrical-coordinate representation of color #5FAC6F: hue angle of 132.47º degrees, saturation: 0.32, 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 #5FAC6F is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 172 111 -
CMYK 0.45 0 0.35 0.33
HSL 132.47º 0.32% 0.52% -
HSV(B) 132.47º 0.45% 0.67% -
XYZ 22.34 33.09 20.25 -
YUV 142.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 95 172 111 0.45 0 0.35 0.33 132.47 0.32 0.52
Hex 5F AC 6F 2D 0 23 21 84 20 34
Octal 137 254 157 55 0 43 41 204 40 64
Binary 1011111 10101100 1101111 101101 0 100011 100001 10000100 100000 110100

Color Harmonies of #5FAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC6F

Black with #5FAC6F

Text Example


Text Example

White with #5FAC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,172,111); }

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

background-color css

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

 a { background-color: rgb(95,172,111); }

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

border-color css

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

 span { border-color: rgb(95,172,111); }

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