#A4FAAF

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

Shades of Celadon #A4FAAF

Tints of Celadon #A4FAAF

Color information

#A4FAAF (or 0xA4FAAF) is unknown color: approx Celadon. HEX triplet: A4, FA and AF. RGB value is (164,250,175). Sum of RGB (Red+Green+Blue) = 164+250+175=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FAAF is #5B0550. Grayscale: #D7D7D7. Windows color (decimal): -5965137 or 11532964. OLE color: 11532964.

HSL color Cylindrical-coordinate representation of color #A4FAAF: hue angle of 127.67º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAAF is Cyan = 0.34, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB164250175-
CMYK0.3400.30.02
HSL127.67º89.58%81.18%-
HSV(B)127.67º34.4%98.04%-
XYZ57.2379.3652.86-
YUV215.74105.0191.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.84%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=27.84%
G=42.44%
B=29.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501750.3400.30.02127.6789.5881.18
HexA4FAAF2201E2805a51
Octal244372257420362200132121
Binary101001001111101010101111100010011110101000000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FAAF; }

 p { color: rgb(164,250,175); }

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

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

 a { background-color: rgb(164,250,175); }

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

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

 span { border-color: rgb(164,250,175); }

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