#AFFFB0

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

Shades of Celadon #AFFFB0

Tints of Celadon #AFFFB0

Color information

#AFFFB0 (or 0xAFFFB0) is unknown color: approx Celadon. HEX triplet: AF, FF and B0. RGB value is (175,255,176). Sum of RGB (Red+Green+Blue) = 175+255+176=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFB0 is #50004F. Grayscale: #DEDEDE. Windows color (decimal): -5242960 or 11599791. OLE color: 11599791.

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

Color convert

RGB175255176-
CMYK0.3100.310
HSL120.75º100%84.31%-
HSV(B)120.75º31.37%100%-
XYZ61.2883.7754.01-
YUV222.0710294.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 176 (69.14% from 255) = 29.04%
R=28.88%
G=42.08%
B=29.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551760.3100.310120.7510084.31
HexAFFFB01F01F0796454
Octal257377260370370171144124
Binary101011111111111110110000111110111110111100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFB0; }

 p { color: rgb(175,255,176); }

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

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

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

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

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

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

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