Html Css Color HEX #96FB8A Pale Green

📋 copy color: '#96FB8A'

red 150 ◦ green 251 ◦ blue 138

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

Shades of Pale Green #96FB8A

Tints of Pale Green #96FB8A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.57%

 BLUE value IS 138 (54.3% from 255) = 25.6%

R = 27.83%
G = 46.57%
B = 25.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#96FB8A (or 0x96FB8A) is known color: Pale Green. HEX triplet: 96, FB and 8A. RGB value is (150,251,138). Sum of RGB (Red+Green+Blue) = 150+251+138=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FB8A is #690475. Grayscale: #D0D0D0. Windows color (decimal): -6882422 or 9108374. OLE color: 9108374.

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

Color convert

RGB 150 251 138 -
CMYK 0.40 0 0.45 0.02
HSL 113.63º 0.93% 0.76% -
HSV(B) 113.63º 0.45% 0.98% -
XYZ 51.66 77.31 36.24 -
YUV 207.92 88.54 86.69 -
System Red Green Blue C M Y K H S L
Decimal 150 251 138 0.40 0 0.45 0.02 113.63 0.93 0.76
Hex 96 FB 8A 28 0 2D 2 72 5D 4C
Octal 226 373 212 50 0 55 2 162 135 114
Binary 10010110 11111011 10001010 101000 0 101101 10 1110010 1011101 1001100

Color Harmonies of #96FB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FB8A

Black with #96FB8A

Text Example


Text Example

White with #96FB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,251,138); }

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

background-color css

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

 a { background-color: rgb(150,251,138); }

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

border-color css

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

 span { border-color: rgb(150,251,138); }

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