Html Css Color HEX #5FAC6A Fern

📋 copy color: '#5FAC6A'

red 95 ◦ green 172 ◦ blue 106

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

Shades of Fern #5FAC6A

Tints of Fern #5FAC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 25.47%
G = 46.11%
B = 28.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#5FAC6A (or 0x5FAC6A) is known color: Fern. HEX triplet: 5F, AC and 6A. RGB value is (95,172,106). Sum of RGB (Red+Green+Blue) = 95+172+106=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC6A is #A05395. Grayscale: #8D8D8D. Windows color (decimal): -10507158 or 6990943. OLE color: 6990943.

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

Color convert

RGB 95 172 106 -
CMYK 0.45 0 0.38 0.33
HSL 128.57º 0.32% 0.52% -
HSV(B) 128.57º 0.45% 0.67% -
XYZ 22.07 32.98 18.84 -
YUV 141.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 95 172 106 0.45 0 0.38 0.33 128.57 0.32 0.52
Hex 5F AC 6A 2D 0 26 21 81 20 34
Octal 137 254 152 55 0 46 41 201 40 64
Binary 1011111 10101100 1101010 101101 0 100110 100001 10000001 100000 110100

Color Harmonies of #5FAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC6A

Black with #5FAC6A

Text Example


Text Example

White with #5FAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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