#94FBAD

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

Shades of Pale Green #94FBAD

Tints of Pale Green #94FBAD

Color information

#94FBAD (or 0x94FBAD) is unknown color: approx Pale Green. HEX triplet: 94, FB and AD. RGB value is (148,251,173). Sum of RGB (Red+Green+Blue) = 148+251+173=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBAD is #6B0452. Grayscale: #D3D3D3. Windows color (decimal): -7013459 or 11402132. OLE color: 11402132.

HSL color Cylindrical-coordinate representation of color #94FBAD: hue angle of 134.56º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FBAD is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB148251173-
CMYK0.4100.310.02
HSL134.56º92.79%78.24%-
HSV(B)134.56º41.04%98.43%-
XYZ54.2578.3151.79-
YUV211.31106.3882.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.87%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=25.87%
G=43.88%
B=30.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482511730.4100.310.02134.5692.7978.24
Hex94FBAD2901F2875d4e
Octal224373255510372207135116
Binary100101001111101110101101101001011111101000011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94FBAD; }

 p { color: rgb(148,251,173); }

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

<style>
 a { background-color: #94FBAD; }

 a { background-color: rgb(148,251,173); }

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

<style>
 span { border-color: #94FBAD; }

 span { border-color: rgb(148,251,173); }

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