#9AF1AB

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

Shades of Celadon #9AF1AB

Tints of Celadon #9AF1AB

Color information

#9AF1AB (or 0x9AF1AB) is unknown color: approx Celadon. HEX triplet: 9A, F1 and AB. RGB value is (154,241,171). Sum of RGB (Red+Green+Blue) = 154+241+171=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF1AB is #650E54. Grayscale: #CFCFCF. Windows color (decimal): -6622805 or 11268506. OLE color: 11268506.

HSL color Cylindrical-coordinate representation of color #9AF1AB: hue angle of 131.72º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF1AB is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB154241171-
CMYK0.3600.290.05
HSL131.72º75.65%77.45%-
HSV(B)131.72º36.1%94.51%-
XYZ52.1372.7249.82-
YUV207.01107.6890.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.21%
GREEN value IS 241 (94.53% from 255) = 42.58%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=27.21%
G=42.58%
B=30.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542411710.3600.290.05131.7275.6577.45
Hex9AF1AB2401D5844c4d
Octal232361253440355204114115
Binary1001101011110001101010111001000111011011000010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF1AB; }

 p { color: rgb(154,241,171); }

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

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

 a { background-color: rgb(154,241,171); }

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

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

 span { border-color: rgb(154,241,171); }

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