Html Css Color HEX #96F991 Pale Green

📋 copy color: '#96F991'

red 150 ◦ green 249 ◦ blue 145

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

Shades of Pale Green #96F991

Tints of Pale Green #96F991

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.77%

 BLUE value IS 145 (57.03% from 255) = 26.65%

R = 27.57%
G = 45.77%
B = 26.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#96F991 (or 0x96F991) is known color: Pale Green. HEX triplet: 96, F9 and 91. RGB value is (150,249,145). Sum of RGB (Red+Green+Blue) = 150+249+145=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #96F991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F991 is #69066E. Grayscale: #CFCFCF. Windows color (decimal): -6882927 or 9566614. OLE color: 9566614.

HSL color Cylindrical-coordinate representation of color #96F991: hue angle of 117.12º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96F991 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 145 -
CMYK 0.40 0 0.42 0.02
HSL 117.12º 0.9% 0.77% -
HSV(B) 117.12º 0.42% 0.98% -
XYZ 51.56 76.28 38.79 -
YUV 207.54 92.7 86.96 -
System Red Green Blue C M Y K H S L
Decimal 150 249 145 0.40 0 0.42 0.02 117.12 0.9 0.77
Hex 96 F9 91 28 0 2A 2 75 5A 4D
Octal 226 371 221 50 0 52 2 165 132 115
Binary 10010110 11111001 10010001 101000 0 101010 10 1110101 1011010 1001101

Color Harmonies of #96F991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F991

Black with #96F991

Text Example


Text Example

White with #96F991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,249,145); }

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

background-color css

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

 a { background-color: rgb(150,249,145); }

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

border-color css

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

 span { border-color: rgb(150,249,145); }

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