#94F2AB

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

Shades of Pale Green #94F2AB

Tints of Pale Green #94F2AB

Color information

#94F2AB (or 0x94F2AB) is unknown color: approx Pale Green. HEX triplet: 94, F2 and AB. RGB value is (148,242,171). Sum of RGB (Red+Green+Blue) = 148+242+171=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F2AB is #6B0D54. Grayscale: #CDCDCD. Windows color (decimal): -7015765 or 11268756. OLE color: 11268756.

HSL color Cylindrical-coordinate representation of color #94F2AB: hue angle of 134.68º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2AB is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB148242171-
CMYK0.3900.290.05
HSL134.68º78.33%76.47%-
HSV(B)134.68º38.84%94.9%-
XYZ51.3272.7449.86-
YUV205.8108.3686.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 242 (94.92% from 255) = 43.14%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=26.38%
G=43.14%
B=30.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482421710.3900.290.05134.6878.3376.47
Hex94F2AB2701D5874e4c
Octal224362253470355207116114
Binary1001010011110010101010111001110111011011000011110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,242,171); }

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

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

 a { background-color: rgb(148,242,171); }

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

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

 span { border-color: rgb(148,242,171); }

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