Html Css Color HEX #96FCB4 Pale Green

📋 copy color: '#96FCB4'

red 150 ◦ green 252 ◦ blue 180

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

Shades of Pale Green #96FCB4

Tints of Pale Green #96FCB4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

 BLUE value IS 180 (70.7% from 255) = 30.93%

R = 25.77%
G = 43.3%
B = 30.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#96FCB4 (or 0x96FCB4) is known color: Pale Green. HEX triplet: 96, FC and B4. RGB value is (150,252,180). Sum of RGB (Red+Green+Blue) = 150+252+180=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCB4 is #69034B. Grayscale: #D5D5D5. Windows color (decimal): -6882124 or 11861142. OLE color: 11861142.

HSL color Cylindrical-coordinate representation of color #96FCB4: hue angle of 137.65º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCB4 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 180 -
CMYK 0.40 0 0.29 0.01
HSL 137.65º 0.94% 0.79% -
HSV(B) 137.65º 0.4% 0.99% -
XYZ 55.63 79.4 55.57 -
YUV 213.29 109.21 82.85 -
System Red Green Blue C M Y K H S L
Decimal 150 252 180 0.40 0 0.29 0.01 137.65 0.94 0.79
Hex 96 FC B4 28 0 1D 1 8A 5E 4F
Octal 226 374 264 50 0 35 1 212 136 117
Binary 10010110 11111100 10110100 101000 0 11101 1 10001010 1011110 1001111

Color Harmonies of #96FCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCB4

Black with #96FCB4

Text Example


Text Example

White with #96FCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,252,180); }

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

background-color css

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

 a { background-color: rgb(150,252,180); }

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

border-color css

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

 span { border-color: rgb(150,252,180); }

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