#A3F2AF

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

Shades of Celadon #A3F2AF

Tints of Celadon #A3F2AF

Color information

#A3F2AF (or 0xA3F2AF) is unknown color: approx Celadon. HEX triplet: A3, F2 and AF. RGB value is (163,242,175). Sum of RGB (Red+Green+Blue) = 163+242+175=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3F2AF is #5C0D50. Grayscale: #D2D2D2. Windows color (decimal): -6032721 or 11530915. OLE color: 11530915.

HSL color Cylindrical-coordinate representation of color #A3F2AF: hue angle of 129.11º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F2AF is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB163242175-
CMYK0.3300.280.05
HSL129.11º75.24%79.41%-
HSV(B)129.11º32.64%94.9%-
XYZ54.5974.3952.04-
YUV210.74107.8393.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.10%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=28.10%
G=41.72%
B=30.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632421750.3300.280.05129.1175.2479.41
HexA3F2AF2101C5814b4f
Octal243362257410345201113117
Binary1010001111110010101011111000010111001011000000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F2AF; }

 p { color: rgb(163,242,175); }

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

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

 a { background-color: rgb(163,242,175); }

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

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

 span { border-color: rgb(163,242,175); }

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