#AFF9B1

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

Shades of Celadon #AFF9B1

Tints of Celadon #AFF9B1

Color information

#AFF9B1 (or 0xAFF9B1) is unknown color: approx Celadon. HEX triplet: AF, F9 and B1. RGB value is (175,249,177). Sum of RGB (Red+Green+Blue) = 175+249+177=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF9B1 is #50064E. Grayscale: #DADADA. Windows color (decimal): -5244495 or 11663791. OLE color: 11663791.

HSL color Cylindrical-coordinate representation of color #AFF9B1: hue angle of 121.62º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9B1 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB175249177-
CMYK0.3000.290.02
HSL121.62º86.05%83.14%-
HSV(B)121.62º29.72%97.65%-
XYZ59.4980.0453.91-
YUV218.67104.4896.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=29.12%
G=41.43%
B=29.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491770.3000.290.02121.6286.0583.14
HexAFF9B11E01D27a5653
Octal257371261360352172126123
Binary1010111111111001101100011111001110110111101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9B1; }

 p { color: rgb(175,249,177); }

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

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

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

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

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

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

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