#94FBA4

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

Shades of Pale Green #94FBA4

Tints of Pale Green #94FBA4

Color information

#94FBA4 (or 0x94FBA4) is unknown color: approx Pale Green. HEX triplet: 94, FB and A4. RGB value is (148,251,164). Sum of RGB (Red+Green+Blue) = 148+251+164=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBA4 is #6B045B. Grayscale: #D2D2D2. Windows color (decimal): -7013468 or 10812308. OLE color: 10812308.

HSL color Cylindrical-coordinate representation of color #94FBA4: hue angle of 129.32º 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 #94FBA4 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB148251164-
CMYK0.4100.350.02
HSL129.32º92.79%78.24%-
HSV(B)129.32º41.04%98.43%-
XYZ53.4177.9747.36-
YUV210.28101.8883.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.29%
GREEN value IS 251 (98.44% from 255) = 44.58%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=26.29%
G=44.58%
B=29.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482511640.4100.350.02129.3292.7978.24
Hex94FBA4290232815d4e
Octal224373244510432201135116
Binary1001010011111011101001001010010100011101000000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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