#AFFFB1

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

Shades of Celadon #AFFFB1

Tints of Celadon #AFFFB1

Color information

#AFFFB1 (or 0xAFFFB1) is unknown color: approx Celadon. HEX triplet: AF, FF and B1. RGB value is (175,255,177). Sum of RGB (Red+Green+Blue) = 175+255+177=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFB1 is #50004E. Grayscale: #DEDEDE. Windows color (decimal): -5242959 or 11665327. OLE color: 11665327.

HSL color Cylindrical-coordinate representation of color #AFFFB1: hue angle of 121.5º 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 #AFFFB1 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB175255177-
CMYK0.3100.310
HSL121.5º100%84.31%-
HSV(B)121.5º31.37%100%-
XYZ61.3883.8154.54-
YUV222.19102.594.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=28.83%
G=42.01%
B=29.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551770.3100.310121.510084.31
HexAFFFB11F01F07a6454
Octal257377261370370172144124
Binary101011111111111110110001111110111110111101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFB1; }

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

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

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

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

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

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

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

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