#9AF2AF

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

Shades of Celadon #9AF2AF

Tints of Celadon #9AF2AF

Color information

#9AF2AF (or 0x9AF2AF) is unknown color: approx Celadon. HEX triplet: 9A, F2 and AF. RGB value is (154,242,175). Sum of RGB (Red+Green+Blue) = 154+242+175=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF2AF is #650D50. Grayscale: #D0D0D0. Windows color (decimal): -6622545 or 11530906. OLE color: 11530906.

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

Color convert

RGB154242175-
CMYK0.3600.280.05
HSL134.32º77.19%77.65%-
HSV(B)134.32º36.36%94.9%-
XYZ52.8273.4751.95-
YUV208.05109.3589.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.97%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=26.97%
G=42.38%
B=30.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542421750.3600.280.05134.3277.1977.65
Hex9AF2AF2401C5864d4e
Octal232362257440345206115116
Binary1001101011110010101011111001000111001011000011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,242,175); }

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

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

 a { background-color: rgb(154,242,175); }

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

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

 span { border-color: rgb(154,242,175); }

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