#a1f8b3

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

Shades of Celadon #A1F8B3

Tints of Celadon #A1F8B3

Color information

#A1F8B3 (or 0xA1F8B3) is unknown color: approx Celadon. HEX triplet: A1, F8 and B3. RGB value is (161,248,179). Sum of RGB (Red+Green+Blue) = 161+248+179=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F8B3 is #5E074C. Grayscale: #D6D6D6. Windows color (decimal): -6162253 or 11794593. OLE color: 11794593.

HSL color Cylindrical-coordinate representation of color #A1F8B3: hue angle of 132.41º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F8B3 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB161248179-
CMYK0.3500.280.03
HSL132.41º86.14%80.2%-
HSV(B)132.41º35.08%97.25%-
XYZ56.477.9754.72-
YUV214.12108.1890.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.38%
GREEN value IS 248 (97.27% from 255) = 42.18%
BLUE value IS 179 (70.31% from 255) = 30.44%
R=27.38%
G=42.18%
B=30.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612481790.3500.280.03132.4186.1480.2
HexA1F8B32301C3845650
Octal241370263430343204126120
Binary101000011111100010110011100011011100111000010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1f8b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1f8b3; }

 p { color: rgb(161,248,179); }

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

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

 a { background-color: rgb(161,248,179); }

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

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

 span { border-color: rgb(161,248,179); }

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