Html Css Color HEX #96F8A1 Pale Green

📋 copy color: '#96F8A1'

red 150 ◦ green 248 ◦ blue 161

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

Shades of Pale Green #96F8A1

Tints of Pale Green #96F8A1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.36%

 BLUE value IS 161 (63.28% from 255) = 28.8%

R = 26.83%
G = 44.36%
B = 28.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#96F8A1 (or 0x96F8A1) is known color: Pale Green. HEX triplet: 96, F8 and A1. RGB value is (150,248,161). Sum of RGB (Red+Green+Blue) = 150+248+161=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F8A1 is #69075E. Grayscale: #D1D1D1. Windows color (decimal): -6883167 or 10614934. OLE color: 10614934.

HSL color Cylindrical-coordinate representation of color #96F8A1: hue angle of 126.73º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8A1 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 161 -
CMYK 0.40 0 0.35 0.03
HSL 126.73º 0.88% 0.78% -
HSV(B) 126.73º 0.4% 0.97% -
XYZ 52.58 76.19 45.65 -
YUV 208.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 150 248 161 0.40 0 0.35 0.03 126.73 0.88 0.78
Hex 96 F8 A1 28 0 23 3 7F 58 4E
Octal 226 370 241 50 0 43 3 177 130 116
Binary 10010110 11111000 10100001 101000 0 100011 11 1111111 1011000 1001110

Color Harmonies of #96F8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F8A1

Black with #96F8A1

Text Example


Text Example

White with #96F8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,248,161); }

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

background-color css

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

 a { background-color: rgb(150,248,161); }

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

border-color css

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

 span { border-color: rgb(150,248,161); }

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