#70f909

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

Shades of Bright Green #70F909

Tints of Bright Green #70F909

Color information

#70F909 (or 0x70F909) is unknown color: approx Bright Green. HEX triplet: 70, F9 and 09. RGB value is (112,249,9). Sum of RGB (Red+Green+Blue) = 112+249+9=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 249 (97.66% from 255 or 67.30% from 370); Blue value is 9 (3.91% from 255 or 2.43% from 370); Max value from RGB is 249 - color contains mainly: green. Hex color #70F909 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F909 is #8F06F6. Grayscale: #B5B5B5. Windows color (decimal): -9373431 or 653680. OLE color: 653680.

HSL color Cylindrical-coordinate representation of color #70F909: hue angle of 94.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70F909 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB1122499-
CMYK0.5500.960.02
HSL94.25º95.24%50.59%-
HSV(B)94.25º96.39%97.65%-
XYZ40.6171.2211.86-
YUV180.6831.1179.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 249 (97.66% from 255) = 67.30%
BLUE value IS 9 (3.91% from 255) = 2.43%
R=30.27%
G=67.30%
B=2.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11224990.5500.960.0294.2595.2450.59
Hex70F993706025e5f33
Octal16037111670140213613763
Binary1110000111110011001110111011000001010111101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70f909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,249,9); }

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

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

 a { background-color: rgb(112,249,9); }

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

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

 span { border-color: rgb(112,249,9); }

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