#a5f9b0

Color #A5F9B0 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #A5F9B0

Tints of Celadon #A5F9B0

Color information

#A5F9B0 (or 0xA5F9B0) is unknown color: approx Celadon. HEX triplet: A5, F9 and B0. RGB value is (165,249,176). Sum of RGB (Red+Green+Blue) = 165+249+176=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F9B0 is #5A064F. Grayscale: #D7D7D7. Windows color (decimal): -5899856 or 11598245. OLE color: 11598245.

HSL color Cylindrical-coordinate representation of color #A5F9B0: hue angle of 127.86º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9B0 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB165249176-
CMYK0.3400.290.02
HSL127.86º87.5%81.18%-
HSV(B)127.86º33.73%97.65%-
XYZ57.2378.8953.28-
YUV215.56105.6791.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=27.97%
G=42.20%
B=29.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491760.3400.290.02127.8687.581.18
HexA5F9B02201D2805851
Octal245371260420352200130121
Binary101001011111100110110000100010011101101000000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5f9b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5f9b0; }

 p { color: rgb(165,249,176); }

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

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

 a { background-color: rgb(165,249,176); }

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

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

 span { border-color: rgb(165,249,176); }

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