Html Css Color HEX #6AC160 Fern

📋 copy color: '#6AC160'

red 106 ◦ green 193 ◦ blue 96

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

Shades of Fern #6AC160

Tints of Fern #6AC160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 26.84%
G = 48.86%
B = 24.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#6AC160 (or 0x6AC160) is known color: Fern. HEX triplet: 6A, C1 and 60. RGB value is (106,193,96). Sum of RGB (Red+Green+Blue) = 106+193+96=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC160 is #953E9F. Grayscale: #9C9C9C. Windows color (decimal): -9780896 or 6340970. OLE color: 6340970.

HSL color Cylindrical-coordinate representation of color #6AC160: hue angle of 113.81º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AC160 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 193 96 -
CMYK 0.45 0 0.50 0.24
HSL 113.81º 0.44% 0.57% -
HSV(B) 113.81º 0.5% 0.76% -
XYZ 27.13 42.05 17.75 -
YUV 155.93 94.18 92.39 -
System Red Green Blue C M Y K H S L
Decimal 106 193 96 0.45 0 0.50 0.24 113.81 0.44 0.57
Hex 6A C1 60 2D 0 32 18 72 2C 39
Octal 152 301 140 55 0 62 30 162 54 71
Binary 1101010 11000001 1100000 101101 0 110010 11000 1110010 101100 111001

Color Harmonies of #6AC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC160

Black with #6AC160

Text Example


Text Example

White with #6AC160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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