#6AC07E

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

Shades of Fern #6AC07E

Tints of Fern #6AC07E

Color information

#6AC07E (or 0x6AC07E) is unknown color: approx Fern. HEX triplet: 6A, C0 and 7E. RGB value is (106,192,126). Sum of RGB (Red+Green+Blue) = 106+192+126=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC07E is #953F81. Grayscale: #9E9E9E. Windows color (decimal): -9781122 or 8306794. OLE color: 8306794.

HSL color Cylindrical-coordinate representation of color #6AC07E: hue angle of 133.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC07E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB106192126-
CMYK0.4500.340.25
HSL133.95º40.57%58.43%-
HSV(B)133.95º44.79%75.29%-
XYZ28.5642.2726.39-
YUV158.76109.5190.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25%
GREEN value IS 192 (75.39% from 255) = 45.28%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=25%
G=45.28%
B=29.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061921260.4500.340.25133.9540.5758.43
Hex6AC07E2D0221986293a
Octal15230017655042312065172
Binary110101011000000111111010110101000101100110000110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,192,126); }

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

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

 a { background-color: rgb(106,192,126); }

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

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

 span { border-color: rgb(106,192,126); }

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