Html Css Color HEX #96FAA3 Pale Green

📋 copy color: '#96FAA3'

red 150 ◦ green 250 ◦ blue 163

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

Shades of Pale Green #96FAA3

Tints of Pale Green #96FAA3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.4%

 BLUE value IS 163 (64.06% from 255) = 28.95%

R = 26.64%
G = 44.4%
B = 28.95%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#96FAA3 (or 0x96FAA3) is known color: Pale Green. HEX triplet: 96, FA and A3. RGB value is (150,250,163). Sum of RGB (Red+Green+Blue) = 150+250+163=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAA3 is #69055C. Grayscale: #D2D2D2. Windows color (decimal): -6882653 or 10746518. OLE color: 10746518.

HSL color Cylindrical-coordinate representation of color #96FAA3: hue angle of 127.8º degrees, saturation: 0.91, 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 #96FAA3 is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 163 -
CMYK 0.4 0 0.35 0.02
HSL 127.8º 0.91% 0.78% -
HSV(B) 127.8º 0.4% 0.98% -
XYZ 53.37 77.5 46.8 -
YUV 210.18 101.37 85.07 -
System Red Green Blue C M Y K H S L
Decimal 150 250 163 0.4 0 0.35 0.02 127.8 0.91 0.78
Hex 96 FA A3 28 0 23 2 80 5B 4E
Octal 226 372 243 50 0 43 2 200 133 116
Binary 10010110 11111010 10100011 101000 0 100011 10 10000000 1011011 1001110

Color Harmonies of #96FAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAA3

Black with #96FAA3

Text Example


Text Example

White with #96FAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,163); }

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

background-color css

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

 a { background-color: rgb(150,250,163); }

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

border-color css

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

 span { border-color: rgb(150,250,163); }

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