Html Css Color HEX #96FA90 Pale Green

📋 copy color: '#96FA90'

red 150 ◦ green 250 ◦ blue 144

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

Shades of Pale Green #96FA90

Tints of Pale Green #96FA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 27.57%
G = 45.96%
B = 26.47%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#96FA90 (or 0x96FA90) is known color: Pale Green. HEX triplet: 96, FA and 90. RGB value is (150,250,144). Sum of RGB (Red+Green+Blue) = 150+250+144=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FA90 is #69056F. Grayscale: #D0D0D0. Windows color (decimal): -6882672 or 9501334. OLE color: 9501334.

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

Color convert

RGB 150 250 144 -
CMYK 0.4 0 0.42 0.02
HSL 116.6º 0.91% 0.77% -
HSV(B) 116.6º 0.42% 0.98% -
XYZ 51.8 76.87 38.49 -
YUV 208.02 91.87 86.62 -
System Red Green Blue C M Y K H S L
Decimal 150 250 144 0.4 0 0.42 0.02 116.6 0.91 0.77
Hex 96 FA 90 28 0 2A 2 75 5B 4D
Octal 226 372 220 50 0 52 2 165 133 115
Binary 10010110 11111010 10010000 101000 0 101010 10 1110101 1011011 1001101

Color Harmonies of #96FA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA90

Black with #96FA90

Text Example


Text Example

White with #96FA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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