#9AF1AE

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

Shades of Celadon #9AF1AE

Tints of Celadon #9AF1AE

Color information

#9AF1AE (or 0x9AF1AE) is unknown color: approx Celadon. HEX triplet: 9A, F1 and AE. RGB value is (154,241,174). Sum of RGB (Red+Green+Blue) = 154+241+174=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF1AE is #650E51. Grayscale: #CFCFCF. Windows color (decimal): -6622802 or 11465114. OLE color: 11465114.

HSL color Cylindrical-coordinate representation of color #9AF1AE: hue angle of 133.79º 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 #9AF1AE is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB154241174-
CMYK0.3600.280.05
HSL133.79º75.65%77.45%-
HSV(B)133.79º36.1%94.51%-
XYZ52.4272.8451.34-
YUV207.35109.1889.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.07%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=27.07%
G=42.36%
B=30.58%

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
Decimal1542411740.3600.280.05133.7975.6577.45
Hex9AF1AE2401C5864c4d
Octal232361256440345206114115
Binary1001101011110001101011101001000111001011000011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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