#94EEA2

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

Shades of Pale Green #94EEA2

Tints of Pale Green #94EEA2

Color information

#94EEA2 (or 0x94EEA2) is unknown color: approx Pale Green. HEX triplet: 94, EE and A2. RGB value is (148,238,162). Sum of RGB (Red+Green+Blue) = 148+238+162=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EEA2 is #6B115D. Grayscale: #CACACA. Windows color (decimal): -7016798 or 10677908. OLE color: 10677908.

HSL color Cylindrical-coordinate representation of color #94EEA2: hue angle of 129.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEA2 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB148238162-
CMYK0.3800.320.07
HSL129.33º72.58%75.69%-
HSV(B)129.33º37.82%93.33%-
XYZ49.3170.0545.11-
YUV202.43105.1889.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.01%
GREEN value IS 238 (93.36% from 255) = 43.43%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=27.01%
G=43.43%
B=29.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482381620.3800.320.07129.3372.5875.69
Hex94EEA226020781494c
Octal224356242460407201111114
Binary10010100111011101010001010011001000001111000000110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,238,162); }

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

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

 a { background-color: rgb(148,238,162); }

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

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

 span { border-color: rgb(148,238,162); }

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