#9AFCB7

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

Shades of Celadon #9AFCB7

Tints of Celadon #9AFCB7

Color information

#9AFCB7 (or 0x9AFCB7) is unknown color: approx Celadon. HEX triplet: 9A, FC and B7. RGB value is (154,252,183). Sum of RGB (Red+Green+Blue) = 154+252+183=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCB7 is #650348. Grayscale: #D7D7D7. Windows color (decimal): -6619977 or 12057754. OLE color: 12057754.

HSL color Cylindrical-coordinate representation of color #9AFCB7: hue angle of 137.76º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCB7 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB154252183-
CMYK0.3900.270.01
HSL137.76º94.23%79.61%-
HSV(B)137.76º38.89%98.82%-
XYZ56.6879.9157.24-
YUV214.83110.0384.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.15%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 183 (71.88% from 255) = 31.07%
R=26.15%
G=42.78%
B=31.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542521830.3900.270.01137.7694.2379.61
Hex9AFCB72701B18a5e50
Octal232374267470331212136120
Binary10011010111111001011011110011101101111000101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,252,183); }

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

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

 a { background-color: rgb(154,252,183); }

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

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

 span { border-color: rgb(154,252,183); }

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