Html Css Color HEX #96FA8F Pale Green

📋 copy color: '#96FA8F'

red 150 ◦ green 250 ◦ blue 143

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

Shades of Pale Green #96FA8F

Tints of Pale Green #96FA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.34%

R = 27.62%
G = 46.04%
B = 26.34%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#96FA8F (or 0x96FA8F) is known color: Pale Green. HEX triplet: 96, FA and 8F. RGB value is (150,250,143). Sum of RGB (Red+Green+Blue) = 150+250+143=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FA8F is #690570. Grayscale: #D0D0D0. Windows color (decimal): -6882673 or 9435798. OLE color: 9435798.

HSL color Cylindrical-coordinate representation of color #96FA8F: hue angle of 116.07º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96FA8F is Cyan = 0.4, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 143 -
CMYK 0.4 0 0.43 0.02
HSL 116.07º 0.91% 0.77% -
HSV(B) 116.07º 0.43% 0.98% -
XYZ 51.72 76.84 38.09 -
YUV 207.9 91.37 86.7 -
System Red Green Blue C M Y K H S L
Decimal 150 250 143 0.4 0 0.43 0.02 116.07 0.91 0.77
Hex 96 FA 8F 28 0 2B 2 74 5B 4D
Octal 226 372 217 50 0 53 2 164 133 115
Binary 10010110 11111010 10001111 101000 0 101011 10 1110100 1011011 1001101

Color Harmonies of #96FA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA8F

Black with #96FA8F

Text Example


Text Example

White with #96FA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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