Html Css Color HEX #96F994 Pale Green

📋 copy color: '#96F994'

red 150 ◦ green 249 ◦ blue 148

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

Shades of Pale Green #96F994

Tints of Pale Green #96F994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 27.42%
G = 45.52%
B = 27.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#96F994 (or 0x96F994) is known color: Pale Green. HEX triplet: 96, F9 and 94. RGB value is (150,249,148). Sum of RGB (Red+Green+Blue) = 150+249+148=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #96F994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F994 is #69066B. Grayscale: #D0D0D0. Windows color (decimal): -6882924 or 9763222. OLE color: 9763222.

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

Color convert

RGB 150 249 148 -
CMYK 0.40 0 0.41 0.02
HSL 118.81º 0.89% 0.78% -
HSV(B) 118.81º 0.41% 0.98% -
XYZ 51.8 76.37 40.03 -
YUV 207.89 94.2 86.71 -
System Red Green Blue C M Y K H S L
Decimal 150 249 148 0.40 0 0.41 0.02 118.81 0.89 0.78
Hex 96 F9 94 28 0 29 2 77 59 4E
Octal 226 371 224 50 0 51 2 167 131 116
Binary 10010110 11111001 10010100 101000 0 101001 10 1110111 1011001 1001110

Color Harmonies of #96F994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F994

Black with #96F994

Text Example


Text Example

White with #96F994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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