Html Css Color HEX #96F1A3 Pale Green

📋 copy color: '#96F1A3'

red 150 ◦ green 241 ◦ blue 163

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

Shades of Pale Green #96F1A3

Tints of Pale Green #96F1A3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

 BLUE value IS 163 (64.06% from 255) = 29.42%

R = 27.08%
G = 43.5%
B = 29.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#96F1A3 (or 0x96F1A3) is known color: Pale Green. HEX triplet: 96, F1 and A3. RGB value is (150,241,163). Sum of RGB (Red+Green+Blue) = 150+241+163=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F1A3 is #690E5C. Grayscale: #CDCDCD. Windows color (decimal): -6884957 or 10744214. OLE color: 10744214.

HSL color Cylindrical-coordinate representation of color #96F1A3: hue angle of 128.57º degrees, saturation: 0.76, 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 #96F1A3 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 163 -
CMYK 0.38 0 0.32 0.05
HSL 128.57º 0.76% 0.77% -
HSV(B) 128.57º 0.38% 0.95% -
XYZ 50.64 72.04 45.89 -
YUV 204.9 104.35 88.84 -
System Red Green Blue C M Y K H S L
Decimal 150 241 163 0.38 0 0.32 0.05 128.57 0.76 0.77
Hex 96 F1 A3 26 0 20 5 81 4C 4D
Octal 226 361 243 46 0 40 5 201 114 115
Binary 10010110 11110001 10100011 100110 0 100000 101 10000001 1001100 1001101

Color Harmonies of #96F1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F1A3

Black with #96F1A3

Text Example


Text Example

White with #96F1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,163); }

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

background-color css

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

 a { background-color: rgb(150,241,163); }

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

border-color css

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

 span { border-color: rgb(150,241,163); }

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