Html Css Color HEX #6AC176 Fern

📋 copy color: '#6AC176'

red 106 ◦ green 193 ◦ blue 118

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

Shades of Fern #6AC176

Tints of Fern #6AC176

RGB

 RED value IS 106 (41.8% from 255) = 25.42%

 GREEN value IS 193 (75.78% from 255) = 46.28%

 BLUE value IS 118 (46.48% from 255) = 28.3%

R = 25.42%
G = 46.28%
B = 28.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#6AC176 (or 0x6AC176) is known color: Fern. HEX triplet: 6A, C1 and 76. RGB value is (106,193,118). Sum of RGB (Red+Green+Blue) = 106+193+118=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC176 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC176 is #953E89. Grayscale: #9E9E9E. Windows color (decimal): -9780874 or 7782762. OLE color: 7782762.

HSL color Cylindrical-coordinate representation of color #6AC176: hue angle of 128.28º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC176 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 193 118 -
CMYK 0.45 0 0.39 0.24
HSL 128.28º 0.41% 0.59% -
HSV(B) 128.28º 0.45% 0.76% -
XYZ 28.28 42.51 23.85 -
YUV 158.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 106 193 118 0.45 0 0.39 0.24 128.28 0.41 0.59
Hex 6A C1 76 2D 0 27 18 80 29 3B
Octal 152 301 166 55 0 47 30 200 51 73
Binary 1101010 11000001 1110110 101101 0 100111 11000 10000000 101001 111011

Color Harmonies of #6AC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC176

Black with #6AC176

Text Example


Text Example

White with #6AC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AC176; }

 p { color: rgb(106,193,118); }

 H1.HeaderClassName
 {
   color: #6AC176;
 }
 .AnyTagClassName
 {
   color: #6AC176;
 }
</style>

background-color css

<style>
 a { background-color: #6AC176; }

 a { background-color: rgb(106,193,118); }

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

border-color css

<style>
 span { border-color: #6AC176; }

 span { border-color: rgb(106,193,118); }

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