Html Css Color HEX #96FAB2 Pale Green

📋 copy color: '#96FAB2'

red 150 ◦ green 250 ◦ blue 178

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

Shades of Pale Green #96FAB2

Tints of Pale Green #96FAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.8%

R = 25.95%
G = 43.25%
B = 30.8%

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

#96FAB2 (or 0x96FAB2) is known color: Pale Green. HEX triplet: 96, FA and B2. RGB value is (150,250,178). Sum of RGB (Red+Green+Blue) = 150+250+178=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FAB2 is #69054D. Grayscale: #D4D4D4. Windows color (decimal): -6882638 or 11729558. OLE color: 11729558.

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

Color convert

RGB 150 250 178 -
CMYK 0.4 0 0.29 0.02
HSL 136.8º 0.91% 0.78% -
HSV(B) 136.8º 0.4% 0.98% -
XYZ 54.8 78.07 54.3 -
YUV 211.89 108.87 83.85 -
System Red Green Blue C M Y K H S L
Decimal 150 250 178 0.4 0 0.29 0.02 136.8 0.91 0.78
Hex 96 FA B2 28 0 1D 2 89 5B 4E
Octal 226 372 262 50 0 35 2 211 133 116
Binary 10010110 11111010 10110010 101000 0 11101 10 10001001 1011011 1001110

Color Harmonies of #96FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAB2

Black with #96FAB2

Text Example


Text Example

White with #96FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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