Html Css Color HEX #96F99A Pale Green

📋 copy color: '#96F99A'

red 150 ◦ green 249 ◦ blue 154

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

Shades of Pale Green #96F99A

Tints of Pale Green #96F99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.85%

R = 27.12%
G = 45.03%
B = 27.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#96F99A (or 0x96F99A) is known color: Pale Green. HEX triplet: 96, F9 and 9A. RGB value is (150,249,154). Sum of RGB (Red+Green+Blue) = 150+249+154=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #96F99A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F99A is #690665. Grayscale: #D0D0D0. Windows color (decimal): -6882918 or 10156438. OLE color: 10156438.

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

Color convert

RGB 150 249 154 -
CMYK 0.40 0 0.38 0.02
HSL 122.42º 0.89% 0.78% -
HSV(B) 122.42º 0.4% 0.98% -
XYZ 52.29 76.57 42.6 -
YUV 208.57 97.2 86.22 -
System Red Green Blue C M Y K H S L
Decimal 150 249 154 0.40 0 0.38 0.02 122.42 0.89 0.78
Hex 96 F9 9A 28 0 26 2 7A 59 4E
Octal 226 371 232 50 0 46 2 172 131 116
Binary 10010110 11111001 10011010 101000 0 100110 10 1111010 1011001 1001110

Color Harmonies of #96F99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F99A

Black with #96F99A

Text Example


Text Example

White with #96F99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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