Html Css Color HEX #6AC370 Fern

📋 copy color: '#6AC370'

red 106 ◦ green 195 ◦ blue 112

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

Shades of Fern #6AC370

Tints of Fern #6AC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.22%

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

R = 25.67%
G = 47.22%
B = 27.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#6AC370 (or 0x6AC370) is known color: Fern. HEX triplet: 6A, C3 and 70. RGB value is (106,195,112). Sum of RGB (Red+Green+Blue) = 106+195+112=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC370 is #953C8F. Grayscale: #9F9F9F. Windows color (decimal): -9780368 or 7390058. OLE color: 7390058.

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

Color convert

RGB 106 195 112 -
CMYK 0.46 0 0.43 0.24
HSL 124.04º 0.43% 0.59% -
HSV(B) 124.04º 0.46% 0.76% -
XYZ 28.38 43.26 22.18 -
YUV 158.93 101.51 90.25 -
System Red Green Blue C M Y K H S L
Decimal 106 195 112 0.46 0 0.43 0.24 124.04 0.43 0.59
Hex 6A C3 70 2E 0 2B 18 7C 2B 3B
Octal 152 303 160 56 0 53 30 174 53 73
Binary 1101010 11000011 1110000 101110 0 101011 11000 1111100 101011 111011

Color Harmonies of #6AC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC370

Black with #6AC370

Text Example


Text Example

White with #6AC370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,195,112); }

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

background-color css

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

 a { background-color: rgb(106,195,112); }

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

border-color css

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

 span { border-color: rgb(106,195,112); }

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