#6AC874

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

Shades of Fern #6AC874

Tints of Fern #6AC874

Color information

#6AC874 (or 0x6AC874) is unknown color: approx Fern. HEX triplet: 6A, C8 and 74. RGB value is (106,200,116). Sum of RGB (Red+Green+Blue) = 106+200+116=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC874 is #95378B. Grayscale: #A2A2A2. Windows color (decimal): -9779084 or 7653482. OLE color: 7653482.

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

Color convert

RGB106200116-
CMYK0.4700.420.22
HSL126.38º46.08%60%-
HSV(B)126.38º47%78.43%-
XYZ29.7545.6323.76-
YUV162.32101.8687.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.12%
GREEN value IS 200 (78.52% from 255) = 47.39%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=25.12%
G=47.39%
B=27.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1062001160.4700.420.22126.3846.0860
Hex6AC8742F02A167e2e3c
Octal15231016457052261765674
Binary11010101100100011101001011110101010101101111110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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