#70C469

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

Shades of Fern #70C469

Tints of Fern #70C469

Color information

#70C469 (or 0x70C469) is unknown color: approx Fern. HEX triplet: 70, C4 and 69. RGB value is (112,196,105). Sum of RGB (Red+Green+Blue) = 112+196+105=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #70C469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C469 is #8F3B96. Grayscale: #A0A0A0. Windows color (decimal): -9386903 or 6931568. OLE color: 6931568.

HSL color Cylindrical-coordinate representation of color #70C469: hue angle of 115.38º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70C469 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB112196105-
CMYK0.4300.460.23
HSL115.38º43.54%59.02%-
HSV(B)115.38º46.43%76.86%-
XYZ28.9743.9420.32-
YUV160.5196.6793.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 196 (76.95% from 255) = 47.46%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=27.12%
G=47.46%
B=25.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961050.4300.460.23115.3843.5459.02
Hex70C4692B02E17732c3b
Octal16030415153056271635473
Binary11100001100010011010011010110101110101111110011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C469; }

 p { color: rgb(112,196,105); }

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

<style>
 a { background-color: #70C469; }

 a { background-color: rgb(112,196,105); }

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

<style>
 span { border-color: #70C469; }

 span { border-color: rgb(112,196,105); }

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