Html Css Color HEX #96F9B4 Pale Green

📋 copy color: '#96F9B4'

red 150 ◦ green 249 ◦ blue 180

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

Shades of Pale Green #96F9B4

Tints of Pale Green #96F9B4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

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

R = 25.91%
G = 43.01%
B = 31.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#96F9B4 (or 0x96F9B4) is known color: Pale Green. HEX triplet: 96, F9 and B4. RGB value is (150,249,180). Sum of RGB (Red+Green+Blue) = 150+249+180=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F9B4 is #69064B. Grayscale: #D3D3D3. Windows color (decimal): -6882892 or 11860374. OLE color: 11860374.

HSL color Cylindrical-coordinate representation of color #96F9B4: hue angle of 138.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9B4 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 180 -
CMYK 0.40 0 0.28 0.02
HSL 138.18º 0.89% 0.78% -
HSV(B) 138.18º 0.4% 0.98% -
XYZ 54.69 77.53 55.26 -
YUV 211.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 150 249 180 0.40 0 0.28 0.02 138.18 0.89 0.78
Hex 96 F9 B4 28 0 1C 2 8A 59 4E
Octal 226 371 264 50 0 34 2 212 131 116
Binary 10010110 11111001 10110100 101000 0 11100 10 10001010 1011001 1001110

Color Harmonies of #96F9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9B4

Black with #96F9B4

Text Example


Text Example

White with #96F9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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