Html Css Color HEX #70FF09 Bright Green

📋 copy color: '#70FF09'

red 112 ◦ green 255 ◦ blue 9

#70FF09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #70FF09

Tints of Bright Green #70FF09

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

 GREEN value IS 255 (100% from 255) = 67.82%

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 29.79%
G = 67.82%
B = 2.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#70FF09 (or 0x70FF09) is known color: Bright Green. HEX triplet: 70, FF and 09. RGB value is (112,255,9). Sum of RGB (Red+Green+Blue) = 112+255+9=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FF09 is #8F00F6. Grayscale: #B9B9B9. Windows color (decimal): -9371895 or 655216. OLE color: 655216.

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

Color convert

RGB 112 255 9 -
CMYK 0.56 0 0.96 0
HSL 94.88º 1% 0.52% -
HSV(B) 94.88º 0.96% 1% -
XYZ 42.49 74.98 12.49 -
YUV 184.2 29.12 76.5 -
System Red Green Blue C M Y K H S L
Decimal 112 255 9 0.56 0 0.96 0 94.88 1 0.52
Hex 70 FF 9 38 0 60 0 5F 64 34
Octal 160 377 11 70 0 140 0 137 144 64
Binary 1110000 11111111 1001 111000 0 1100000 0 1011111 1100100 110100

Color Harmonies of #70FF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FF09

Black with #70FF09

Text Example


Text Example

White with #70FF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70FF09;
 }
 .AnyTagClassName
 {
   color: #70FF09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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