Html Css Color HEX #96F3A1 Pale Green

📋 copy color: '#96F3A1'

red 150 ◦ green 243 ◦ blue 161

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

Shades of Pale Green #96F3A1

Tints of Pale Green #96F3A1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.86%

 BLUE value IS 161 (63.28% from 255) = 29.06%

R = 27.08%
G = 43.86%
B = 29.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#96F3A1 (or 0x96F3A1) is known color: Pale Green. HEX triplet: 96, F3 and A1. RGB value is (150,243,161). Sum of RGB (Red+Green+Blue) = 150+243+161=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #96F3A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F3A1 is #690C5E. Grayscale: #CECECE. Windows color (decimal): -6884447 or 10613654. OLE color: 10613654.

HSL color Cylindrical-coordinate representation of color #96F3A1: hue angle of 127.1º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F3A1 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 243 161 -
CMYK 0.38 0 0.34 0.05
HSL 127.1º 0.79% 0.77% -
HSV(B) 127.1º 0.38% 0.95% -
XYZ 51.06 73.16 45.15 -
YUV 205.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 150 243 161 0.38 0 0.34 0.05 127.1 0.79 0.77
Hex 96 F3 A1 26 0 22 5 7F 4F 4D
Octal 226 363 241 46 0 42 5 177 117 115
Binary 10010110 11110011 10100001 100110 0 100010 101 1111111 1001111 1001101

Color Harmonies of #96F3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F3A1

Black with #96F3A1

Text Example


Text Example

White with #96F3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,243,161); }

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

background-color css

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

 a { background-color: rgb(150,243,161); }

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

border-color css

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

 span { border-color: rgb(150,243,161); }

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