Html Css Color HEX #6AC276 Fern

📋 copy color: '#6AC276'

red 106 ◦ green 194 ◦ blue 118

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

Shades of Fern #6AC276

Tints of Fern #6AC276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

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

R = 25.36%
G = 46.41%
B = 28.23%

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

#6AC276 (or 0x6AC276) is known color: Fern. HEX triplet: 6A, C2 and 76. RGB value is (106,194,118). Sum of RGB (Red+Green+Blue) = 106+194+118=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC276 is #953D89. Grayscale: #9F9F9F. Windows color (decimal): -9780618 or 7783018. OLE color: 7783018.

HSL color Cylindrical-coordinate representation of color #6AC276: hue angle of 128.18º degrees, saturation: 0.42, 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 #6AC276 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 194 118 -
CMYK 0.45 0 0.39 0.24
HSL 128.18º 0.42% 0.59% -
HSV(B) 128.18º 0.45% 0.76% -
XYZ 28.51 42.96 23.93 -
YUV 159.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 106 194 118 0.45 0 0.39 0.24 128.18 0.42 0.59
Hex 6A C2 76 2D 0 27 18 80 2A 3B
Octal 152 302 166 55 0 47 30 200 52 73
Binary 1101010 11000010 1110110 101101 0 100111 11000 10000000 101010 111011

Color Harmonies of #6AC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC276

Black with #6AC276

Text Example


Text Example

White with #6AC276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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