Html Css Color HEX #6AC864 Fern

📋 copy color: '#6AC864'

red 106 ◦ green 200 ◦ blue 100

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

Shades of Fern #6AC864

Tints of Fern #6AC864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 26.11%
G = 49.26%
B = 24.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#6AC864 (or 0x6AC864) is known color: Fern. HEX triplet: 6A, C8 and 64. RGB value is (106,200,100). Sum of RGB (Red+Green+Blue) = 106+200+100=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC864 is #95379B. Grayscale: #A0A0A0. Windows color (decimal): -9779100 or 6604906. OLE color: 6604906.

HSL color Cylindrical-coordinate representation of color #6AC864: hue angle of 116.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AC864 is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 106 200 100 -
CMYK 0.47 0 0.5 0.22
HSL 116.4º 0.48% 0.59% -
HSV(B) 116.4º 0.5% 0.78% -
XYZ 28.9 45.29 19.28 -
YUV 160.49 93.86 89.13 -
System Red Green Blue C M Y K H S L
Decimal 106 200 100 0.47 0 0.5 0.22 116.4 0.48 0.59
Hex 6A C8 64 2F 0 32 16 74 30 3B
Octal 152 310 144 57 0 62 26 164 60 73
Binary 1101010 11001000 1100100 101111 0 110010 10110 1110100 110000 111011

Color Harmonies of #6AC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC864

Black with #6AC864

Text Example


Text Example

White with #6AC864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,200,100); }

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

background-color css

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

 a { background-color: rgb(106,200,100); }

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

border-color css

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

 span { border-color: rgb(106,200,100); }

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