Html Css Color HEX #6AC960 Fern

📋 copy color: '#6AC960'

red 106 ◦ green 201 ◦ blue 96

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

Shades of Fern #6AC960

Tints of Fern #6AC960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.88%

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

R = 26.3%
G = 49.88%
B = 23.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#6AC960 (or 0x6AC960) is known color: Fern. HEX triplet: 6A, C9 and 60. RGB value is (106,201,96). Sum of RGB (Red+Green+Blue) = 106+201+96=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC960 is #95369F. Grayscale: #A0A0A0. Windows color (decimal): -9778848 or 6343018. OLE color: 6343018.

HSL color Cylindrical-coordinate representation of color #6AC960: hue angle of 114.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AC960 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 201 96 -
CMYK 0.47 0 0.52 0.21
HSL 114.29º 0.49% 0.58% -
HSV(B) 114.29º 0.52% 0.79% -
XYZ 28.94 45.68 18.36 -
YUV 160.63 91.53 89.04 -
System Red Green Blue C M Y K H S L
Decimal 106 201 96 0.47 0 0.52 0.21 114.29 0.49 0.58
Hex 6A C9 60 2F 0 34 15 72 31 3A
Octal 152 311 140 57 0 64 25 162 61 72
Binary 1101010 11001001 1100000 101111 0 110100 10101 1110010 110001 111010

Color Harmonies of #6AC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC960

Black with #6AC960

Text Example


Text Example

White with #6AC960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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