#A8F1AF

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

Shades of Celadon #A8F1AF

Tints of Celadon #A8F1AF

Color information

#A8F1AF (or 0xA8F1AF) is unknown color: approx Celadon. HEX triplet: A8, F1 and AF. RGB value is (168,241,175). Sum of RGB (Red+Green+Blue) = 168+241+175=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F1AF is #570E50. Grayscale: #D3D3D3. Windows color (decimal): -5705297 or 11530664. OLE color: 11530664.

HSL color Cylindrical-coordinate representation of color #A8F1AF: hue angle of 125.75º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1AF is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB168241175-
CMYK0.3000.270.05
HSL125.75º72.28%80.2%-
HSV(B)125.75º30.29%94.51%-
XYZ55.3474.3351.99-
YUV211.65107.3296.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.77%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=28.77%
G=41.27%
B=29.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682411750.3000.270.05125.7572.2880.2
HexA8F1AF1E01B57e4850
Octal250361257360335176110120
Binary10101000111100011010111111110011011101111111010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F1AF; }

 p { color: rgb(168,241,175); }

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

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

 a { background-color: rgb(168,241,175); }

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

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

 span { border-color: rgb(168,241,175); }

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