#9AEDA3

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

Shades of Pale Green #9AEDA3

Tints of Pale Green #9AEDA3

Color information

#9AEDA3 (or 0x9AEDA3) is unknown color: approx Pale Green. HEX triplet: 9A, ED and A3. RGB value is (154,237,163). Sum of RGB (Red+Green+Blue) = 154+237+163=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEDA3 is #65125C. Grayscale: #CBCBCB. Windows color (decimal): -6623837 or 10743194. OLE color: 10743194.

HSL color Cylindrical-coordinate representation of color #9AEDA3: hue angle of 126.51º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDA3 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB154237163-
CMYK0.3500.310.07
HSL126.51º69.75%76.67%-
HSV(B)126.51º35.02%92.94%-
XYZ50.2270.0845.53-
YUV203.7510592.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 237 (92.97% from 255) = 42.78%
BLUE value IS 163 (64.06% from 255) = 29.42%
R=27.80%
G=42.78%
B=29.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542371630.3500.310.07126.5169.7576.67
Hex9AEDA32301F77f464d
Octal232355243430377177106115
Binary100110101110110110100011100011011111111111111110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AEDA3; }

 p { color: rgb(154,237,163); }

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

<style>
 a { background-color: #9AEDA3; }

 a { background-color: rgb(154,237,163); }

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

<style>
 span { border-color: #9AEDA3; }

 span { border-color: rgb(154,237,163); }

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