#A1EFB0

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

Shades of Celadon #A1EFB0

Tints of Celadon #A1EFB0

Color information

#A1EFB0 (or 0xA1EFB0) is unknown color: approx Celadon. HEX triplet: A1, EF and B0. RGB value is (161,239,176). Sum of RGB (Red+Green+Blue) = 161+239+176=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EFB0 is #5E104F. Grayscale: #D0D0D0. Windows color (decimal): -6164560 or 11595681. OLE color: 11595681.

HSL color Cylindrical-coordinate representation of color #A1EFB0: hue angle of 131.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFB0 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB161239176-
CMYK0.3300.260.06
HSL131.54º70.91%78.43%-
HSV(B)131.54º32.64%93.73%-
XYZ53.472.4452.24-
YUV208.5109.6694.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=27.95%
G=41.49%
B=30.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612391760.3300.260.06131.5470.9178.43
HexA1EFB02101A684474e
Octal241357260410326204107116
Binary1010000111101111101100001000010110101101000010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EFB0; }

 p { color: rgb(161,239,176); }

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

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

 a { background-color: rgb(161,239,176); }

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

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

 span { border-color: rgb(161,239,176); }

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