#A9FCB2

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

Shades of Celadon #A9FCB2

Tints of Celadon #A9FCB2

Color information

#A9FCB2 (or 0xA9FCB2) is unknown color: approx Celadon. HEX triplet: A9, FC and B2. RGB value is (169,252,178). Sum of RGB (Red+Green+Blue) = 169+252+178=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FCB2 is #56034D. Grayscale: #DADADA. Windows color (decimal): -5636942 or 11730089. OLE color: 11730089.

HSL color Cylindrical-coordinate representation of color #A9FCB2: hue angle of 126.51º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FCB2 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB169252178-
CMYK0.3300.290.01
HSL126.51º93.26%82.55%-
HSV(B)126.51º32.94%98.82%-
XYZ59.2181.2754.69-
YUV218.7510592.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.21%
GREEN value IS 252 (98.83% from 255) = 42.07%
BLUE value IS 178 (69.92% from 255) = 29.72%
R=28.21%
G=42.07%
B=29.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692521780.3300.290.01126.5193.2682.55
HexA9FCB22101D17f5d53
Octal251374262410351177135123
Binary1010100111111100101100101000010111011111111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FCB2; }

 p { color: rgb(169,252,178); }

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

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

 a { background-color: rgb(169,252,178); }

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

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

 span { border-color: rgb(169,252,178); }

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