Html Css Color HEX #96FAB1 Pale Green

📋 copy color: '#96FAB1'

red 150 ◦ green 250 ◦ blue 177

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

Shades of Pale Green #96FAB1

Tints of Pale Green #96FAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.68%

R = 26%
G = 43.33%
B = 30.68%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#96FAB1 (or 0x96FAB1) is known color: Pale Green. HEX triplet: 96, FA and B1. RGB value is (150,250,177). Sum of RGB (Red+Green+Blue) = 150+250+177=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAB1 is #69054E. Grayscale: #D3D3D3. Windows color (decimal): -6882639 or 11664022. OLE color: 11664022.

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

Color convert

RGB 150 250 177 -
CMYK 0.4 0 0.29 0.02
HSL 136.2º 0.91% 0.78% -
HSV(B) 136.2º 0.4% 0.98% -
XYZ 54.7 78.03 53.77 -
YUV 211.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 150 250 177 0.4 0 0.29 0.02 136.2 0.91 0.78
Hex 96 FA B1 28 0 1D 2 88 5B 4E
Octal 226 372 261 50 0 35 2 210 133 116
Binary 10010110 11111010 10110001 101000 0 11101 10 10001000 1011011 1001110

Color Harmonies of #96FAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAB1

Black with #96FAB1

Text Example


Text Example

White with #96FAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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