Html Css Color HEX #5FAC70 Fern

📋 copy color: '#5FAC70'

red 95 ◦ green 172 ◦ blue 112

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

Shades of Fern #5FAC70

Tints of Fern #5FAC70

RGB

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

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

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

R = 25.07%
G = 45.38%
B = 29.55%

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

#5FAC70 (or 0x5FAC70) is known color: Fern. HEX triplet: 5F, AC and 70. RGB value is (95,172,112). Sum of RGB (Red+Green+Blue) = 95+172+112=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC70 is #A0538F. Grayscale: #8E8E8E. Windows color (decimal): -10507152 or 7384159. OLE color: 7384159.

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

Color convert

RGB 95 172 112 -
CMYK 0.45 0 0.35 0.33
HSL 133.25º 0.32% 0.52% -
HSV(B) 133.25º 0.45% 0.67% -
XYZ 22.4 33.11 20.54 -
YUV 142.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 95 172 112 0.45 0 0.35 0.33 133.25 0.32 0.52
Hex 5F AC 70 2D 0 23 21 85 20 34
Octal 137 254 160 55 0 43 41 205 40 64
Binary 1011111 10101100 1110000 101101 0 100011 100001 10000101 100000 110100

Color Harmonies of #5FAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC70

Black with #5FAC70

Text Example


Text Example

White with #5FAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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