#afe7af

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

Shades of Celadon #AFE7AF

Tints of Celadon #AFE7AF

Color information

#AFE7AF (or 0xAFE7AF) is unknown color: approx Celadon. HEX triplet: AF, E7 and AF. RGB value is (175,231,175). Sum of RGB (Red+Green+Blue) = 175+231+175=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE7AF is #501850. Grayscale: #D0D0D0. Windows color (decimal): -5249105 or 11528111. OLE color: 11528111.

HSL color Cylindrical-coordinate representation of color #AFE7AF: hue angle of 120º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7AF is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB175231175-
CMYK0.2400.240.09
HSL120º53.85%79.61%-
HSV(B)120º24.24%90.59%-
XYZ53.9969.3651.1-
YUV207.87109.45104.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 231 (90.62% from 255) = 39.76%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=30.12%
G=39.76%
B=30.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311750.2400.240.0912053.8579.61
HexAFE7AF180189783650
Octal257347257300301117066120
Binary10101111111001111010111111000011000100111110001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe7af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe7af; }

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

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

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

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

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

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

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

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