Html Css Color HEX #70FF9F Light Green

📋 copy color: '#70FF9F'

red 112 ◦ green 255 ◦ blue 159

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

Shades of Light Green #70FF9F

Tints of Light Green #70FF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.23%

R = 21.29%
G = 48.48%
B = 30.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#70FF9F (or 0x70FF9F) is known color: Light Green. HEX triplet: 70, FF and 9F. RGB value is (112,255,159). Sum of RGB (Red+Green+Blue) = 112+255+159=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF9F is #8F0060. Grayscale: #C9C9C9. Windows color (decimal): -9371745 or 10485616. OLE color: 10485616.

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

Color convert

RGB 112 255 159 -
CMYK 0.56 0 0.38 0
HSL 139.72º 1% 0.72% -
HSV(B) 139.72º 0.56% 1% -
XYZ 48.7 77.47 45.19 -
YUV 201.3 104.12 64.31 -
System Red Green Blue C M Y K H S L
Decimal 112 255 159 0.56 0 0.38 0 139.72 1 0.72
Hex 70 FF 9F 38 0 26 0 8C 64 48
Octal 160 377 237 70 0 46 0 214 144 110
Binary 1110000 11111111 10011111 111000 0 100110 0 10001100 1100100 1001000

Color Harmonies of #70FF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FF9F

Black with #70FF9F

Text Example


Text Example

White with #70FF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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