#70FE09

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

Shades of Bright Green #70FE09

Tints of Bright Green #70FE09

Color information

#70FE09 (or 0x70FE09) is unknown color: approx Bright Green. HEX triplet: 70, FE and 09. RGB value is (112,254,9). Sum of RGB (Red+Green+Blue) = 112+254+9=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FE09 is #8F01F6. Grayscale: #B8B8B8. Windows color (decimal): -9372151 or 654960. OLE color: 654960.

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

Color convert

RGB1122549-
CMYK0.5600.960.00
HSL94.78º99.19%51.57%-
HSV(B)94.78º96.46%99.61%-
XYZ42.1774.3512.39-
YUV183.6129.4676.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 254 (99.61% from 255) = 67.73%
BLUE value IS 9 (3.91% from 255) = 2.4%
R=29.87%
G=67.73%
B=2.4%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11225490.5600.960.0094.7899.1951.57
Hex70FE93806005f6334
Octal16037611700140013714364
Binary111000011111110100111100001100000010111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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