Html Css Color HEX #96F98E Pale Green

📋 copy color: '#96F98E'

red 150 ◦ green 249 ◦ blue 142

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

Shades of Pale Green #96F98E

Tints of Pale Green #96F98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.25%

R = 27.73%
G = 46.03%
B = 26.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#96F98E (or 0x96F98E) is known color: Pale Green. HEX triplet: 96, F9 and 8E. RGB value is (150,249,142). Sum of RGB (Red+Green+Blue) = 150+249+142=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #96F98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F98E is #690671. Grayscale: #CFCFCF. Windows color (decimal): -6882930 or 9370006. OLE color: 9370006.

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

Color convert

RGB 150 249 142 -
CMYK 0.40 0 0.43 0.02
HSL 115.51º 0.9% 0.77% -
HSV(B) 115.51º 0.43% 0.98% -
XYZ 51.34 76.19 37.59 -
YUV 207.2 91.2 87.2 -
System Red Green Blue C M Y K H S L
Decimal 150 249 142 0.40 0 0.43 0.02 115.51 0.9 0.77
Hex 96 F9 8E 28 0 2B 2 74 5A 4D
Octal 226 371 216 50 0 53 2 164 132 115
Binary 10010110 11111001 10001110 101000 0 101011 10 1110100 1011010 1001101

Color Harmonies of #96F98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F98E

Black with #96F98E

Text Example


Text Example

White with #96F98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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