#A4F8AF

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

Shades of Celadon #A4F8AF

Tints of Celadon #A4F8AF

Color information

#A4F8AF (or 0xA4F8AF) is unknown color: approx Celadon. HEX triplet: A4, F8 and AF. RGB value is (164,248,175). Sum of RGB (Red+Green+Blue) = 164+248+175=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F8AF is #5B0750. Grayscale: #D6D6D6. Windows color (decimal): -5965649 or 11532452. OLE color: 11532452.

HSL color Cylindrical-coordinate representation of color #A4F8AF: hue angle of 127.86º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F8AF is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB164248175-
CMYK0.3400.290.03
HSL127.86º85.71%80.78%-
HSV(B)127.86º33.87%97.25%-
XYZ56.6278.1252.65-
YUV214.56105.6791.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=27.94%
G=42.25%
B=29.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642481750.3400.290.03127.8685.7180.78
HexA4F8AF2201D3805651
Octal244370257420353200126121
Binary101001001111100010101111100010011101111000000010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F8AF; }

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

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

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

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

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

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

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

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