#A7E1B0

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

Shades of Celadon #A7E1B0

Tints of Celadon #A7E1B0

Color information

#A7E1B0 (or 0xA7E1B0) is unknown color: approx Celadon. HEX triplet: A7, E1 and B0. RGB value is (167,225,176). Sum of RGB (Red+Green+Blue) = 167+225+176=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E1B0 is #581E4F. Grayscale: #CACACA. Windows color (decimal): -5774928 or 11592103. OLE color: 11592103.

HSL color Cylindrical-coordinate representation of color #A7E1B0: hue angle of 129.31º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7E1B0 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB167225176-
CMYK0.2600.220.12
HSL129.31º49.15%76.86%-
HSV(B)129.31º25.78%88.24%-
XYZ50.765.250.99-
YUV202.07113.28102.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=29.40%
G=39.61%
B=30.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672251760.2600.220.12129.3149.1576.86
HexA7E1B01A016C81314d
Octal247341260320261420161115
Binary101001111110000110110000110100101101100100000011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E1B0; }

 p { color: rgb(167,225,176); }

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

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

 a { background-color: rgb(167,225,176); }

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

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

 span { border-color: rgb(167,225,176); }

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