#AFFCAF

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

Shades of Celadon #AFFCAF

Tints of Celadon #AFFCAF

Color information

#AFFCAF (or 0xAFFCAF) is unknown color: approx Celadon. HEX triplet: AF, FC and AF. RGB value is (175,252,175). Sum of RGB (Red+Green+Blue) = 175+252+175=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFCAF is #500350. Grayscale: #DCDCDC. Windows color (decimal): -5243729 or 11533487. OLE color: 11533487.

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

Color convert

RGB175252175-
CMYK0.3100.310.01
HSL120º92.77%83.73%-
HSV(B)120º30.56%98.82%-
XYZ60.2381.8353.18-
YUV220.2102.4995.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=29.07%
G=41.86%
B=29.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521750.3100.310.0112092.7783.73
HexAFFCAF1F01F1785d54
Octal257374257370371170135124
Binary101011111111110010101111111110111111111100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCAF; }

 p { color: rgb(175,252,175); }

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

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

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

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

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

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

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