#96F1A4

Color #96F1A4 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #96F1A4

Tints of Pale Green #96F1A4

Color information

#96F1A4 (or 0x96F1A4) is unknown color: approx Pale Green. HEX triplet: 96, F1 and A4. RGB value is (150,241,164). Sum of RGB (Red+Green+Blue) = 150+241+164=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F1A4 is #690E5B. Grayscale: #CDCDCD. Windows color (decimal): -6884956 or 10809750. OLE color: 10809750.

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

Color convert

RGB150241164-
CMYK0.3800.320.05
HSL129.23º76.47%76.67%-
HSV(B)129.23º37.76%94.51%-
XYZ50.7372.0746.36-
YUV205.01104.8588.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 164 (64.45% from 255) = 29.55%
R=27.03%
G=43.42%
B=29.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411640.3800.320.05129.2376.4776.67
Hex96F1A4260205814c4d
Octal226361244460405201114115
Binary10010110111100011010010010011001000001011000000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96F1A4;
 }
 .AnyTagClassName
 {
   color: #96F1A4;
 }
</style>
background-color css

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

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

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

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

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

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