#A5FEB4

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

Shades of Celadon #A5FEB4

Tints of Celadon #A5FEB4

Color information

#A5FEB4 (or 0xA5FEB4) is unknown color: approx Celadon. HEX triplet: A5, FE and B4. RGB value is (165,254,180). Sum of RGB (Red+Green+Blue) = 165+254+180=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEB4 is #5A014B. Grayscale: #DBDBDB. Windows color (decimal): -5898572 or 11861669. OLE color: 11861669.

HSL color Cylindrical-coordinate representation of color #A5FEB4: hue angle of 130.11º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEB4 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB165254180-
CMYK0.3500.290.00
HSL130.11º97.8%82.16%-
HSV(B)130.11º35.04%99.61%-
XYZ59.282.1855.92-
YUV218.95106.0189.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=27.55%
G=42.40%
B=30.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652541800.3500.290.00130.1197.882.16
HexA5FEB42301D0826252
Octal245376264430350202142122
Binary10100101111111101011010010001101110101000001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEB4; }

 p { color: rgb(165,254,180); }

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

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

 a { background-color: rgb(165,254,180); }

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

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

 span { border-color: rgb(165,254,180); }

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