Html Css Color HEX #96F69E Pale Green

📋 copy color: '#96F69E'

red 150 ◦ green 246 ◦ blue 158

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

Shades of Pale Green #96F69E

Tints of Pale Green #96F69E

RGB

 RED value IS 150 (58.98% from 255) = 27.08%

 GREEN value IS 246 (96.48% from 255) = 44.4%

 BLUE value IS 158 (62.11% from 255) = 28.52%

R = 27.08%
G = 44.4%
B = 28.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#96F69E (or 0x96F69E) is known color: Pale Green. HEX triplet: 96, F6 and 9E. RGB value is (150,246,158). Sum of RGB (Red+Green+Blue) = 150+246+158=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #96F69E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F69E is #690961. Grayscale: #CFCFCF. Windows color (decimal): -6883682 or 10417814. OLE color: 10417814.

HSL color Cylindrical-coordinate representation of color #96F69E: hue angle of 125º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F69E is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 246 158 -
CMYK 0.39 0 0.36 0.04
HSL 125º 0.84% 0.78% -
HSV(B) 125º 0.39% 0.96% -
XYZ 51.71 74.86 44.07 -
YUV 207.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 150 246 158 0.39 0 0.36 0.04 125 0.84 0.78
Hex 96 F6 9E 27 0 24 4 7D 54 4E
Octal 226 366 236 47 0 44 4 175 124 116
Binary 10010110 11110110 10011110 100111 0 100100 100 1111101 1010100 1001110

Color Harmonies of #96F69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F69E

Black with #96F69E

Text Example


Text Example

White with #96F69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F69E; }

 p { color: rgb(150,246,158); }

 H1.HeaderClassName
 {
   color: #96F69E;
 }
 .AnyTagClassName
 {
   color: #96F69E;
 }
</style>

background-color css

<style>
 a { background-color: #96F69E; }

 a { background-color: rgb(150,246,158); }

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

border-color css

<style>
 span { border-color: #96F69E; }

 span { border-color: rgb(150,246,158); }

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