Html Css Color HEX #96FA8C Pale Green

📋 copy color: '#96FA8C'

red 150 ◦ green 250 ◦ blue 140

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

Shades of Pale Green #96FA8C

Tints of Pale Green #96FA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.93%

R = 27.78%
G = 46.3%
B = 25.93%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#96FA8C (or 0x96FA8C) is known color: Pale Green. HEX triplet: 96, FA and 8C. RGB value is (150,250,140). Sum of RGB (Red+Green+Blue) = 150+250+140=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FA8C is #690573. Grayscale: #CFCFCF. Windows color (decimal): -6882676 or 9239190. OLE color: 9239190.

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

Color convert

RGB 150 250 140 -
CMYK 0.4 0 0.44 0.02
HSL 114.55º 0.92% 0.76% -
HSV(B) 114.55º 0.44% 0.98% -
XYZ 51.5 76.75 36.91 -
YUV 207.56 89.87 86.94 -
System Red Green Blue C M Y K H S L
Decimal 150 250 140 0.4 0 0.44 0.02 114.55 0.92 0.76
Hex 96 FA 8C 28 0 2C 2 73 5C 4C
Octal 226 372 214 50 0 54 2 163 134 114
Binary 10010110 11111010 10001100 101000 0 101100 10 1110011 1011100 1001100

Color Harmonies of #96FA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA8C

Black with #96FA8C

Text Example


Text Example

White with #96FA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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