#AFE9AF

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

Shades of Celadon #AFE9AF

Tints of Celadon #AFE9AF

Color information

#AFE9AF (or 0xAFE9AF) is unknown color: approx Celadon. HEX triplet: AF, E9 and AF. RGB value is (175,233,175). Sum of RGB (Red+Green+Blue) = 175+233+175=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE9AF is #501650. Grayscale: #D1D1D1. Windows color (decimal): -5248593 or 11528623. OLE color: 11528623.

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

Color convert

RGB175233175-
CMYK0.2500.250.09
HSL120º56.86%80%-
HSV(B)120º24.89%91.37%-
XYZ54.5670.4951.29-
YUV209.05108.78103.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=30.02%
G=39.97%
B=30.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331750.2500.250.0912056.8680
HexAFE9AF190199783950
Octal257351257310311117071120
Binary10101111111010011010111111001011001100111110001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9AF; }

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

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

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

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

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

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

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

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