#9AF7B5

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

Shades of Celadon #9AF7B5

Tints of Celadon #9AF7B5

Color information

#9AF7B5 (or 0x9AF7B5) is unknown color: approx Celadon. HEX triplet: 9A, F7 and B5. RGB value is (154,247,181). Sum of RGB (Red+Green+Blue) = 154+247+181=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF7B5 is #65084A. Grayscale: #D3D3D3. Windows color (decimal): -6621259 or 11925402. OLE color: 11925402.

HSL color Cylindrical-coordinate representation of color #9AF7B5: hue angle of 137.42º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF7B5 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB154247181-
CMYK0.3800.270.03
HSL137.42º85.32%78.63%-
HSV(B)137.42º37.65%96.86%-
XYZ54.9376.7355.63-
YUV211.67110.6986.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.46%
GREEN value IS 247 (96.88% from 255) = 42.44%
BLUE value IS 181 (71.09% from 255) = 31.10%
R=26.46%
G=42.44%
B=31.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542471810.3800.270.03137.4285.3278.63
Hex9AF7B52601B389554f
Octal232367265460333211125117
Binary100110101111011110110101100110011011111000100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,247,181); }

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

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

 a { background-color: rgb(154,247,181); }

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

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

 span { border-color: rgb(154,247,181); }

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