#6AC974

Color #6AC974 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #6AC974

Tints of Fern #6AC974

Color information

#6AC974 (or 0x6AC974) is unknown color: approx Fern. HEX triplet: 6A, C9 and 74. RGB value is (106,201,116). Sum of RGB (Red+Green+Blue) = 106+201+116=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC974 is #95368B. Grayscale: #A3A3A3. Windows color (decimal): -9778828 or 7653738. OLE color: 7653738.

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

Color convert

RGB106201116-
CMYK0.4700.420.21
HSL126.32º46.8%60.2%-
HSV(B)126.32º47.26%78.82%-
XYZ29.9846.123.84-
YUV162.9101.5387.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 201 (78.91% from 255) = 47.52%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=25.06%
G=47.52%
B=27.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1062011160.4700.420.21126.3246.860.2
Hex6AC9742F02A157e2f3c
Octal15231116457052251765774
Binary11010101100100111101001011110101010101011111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AC974;
 }
 .AnyTagClassName
 {
   color: #6AC974;
 }
</style>
background-color css

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

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

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

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

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

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