#70FCA5

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

Shades of Light Green #70FCA5

Tints of Light Green #70FCA5

Color information

#70FCA5 (or 0x70FCA5) is unknown color: approx Light Green. HEX triplet: 70, FC and A5. RGB value is (112,252,165). Sum of RGB (Red+Green+Blue) = 112+252+165=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FCA5 is #8F035A. Grayscale: #C8C8C8. Windows color (decimal): -9372507 or 10878064. OLE color: 10878064.

HSL color Cylindrical-coordinate representation of color #70FCA5: hue angle of 142.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCA5 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB112252165-
CMYK0.5600.350.01
HSL142.71º95.89%71.37%-
HSV(B)142.71º55.56%98.82%-
XYZ48.2875.7847.68-
YUV200.22108.1265.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.17%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=21.17%
G=47.64%
B=31.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122521650.5600.350.01142.7195.8971.37
Hex70FCA53802318f6047
Octal160374245700431217140107
Binary11100001111110010100101111000010001111000111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,252,165); }

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

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

 a { background-color: rgb(112,252,165); }

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

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

 span { border-color: rgb(112,252,165); }

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