#9BEFA9

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

Shades of Celadon #9BEFA9

Tints of Celadon #9BEFA9

Color information

#9BEFA9 (or 0x9BEFA9) is unknown color: approx Celadon. HEX triplet: 9B, EF and A9. RGB value is (155,239,169). Sum of RGB (Red+Green+Blue) = 155+239+169=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFA9 is #641056. Grayscale: #CECECE. Windows color (decimal): -6557783 or 11136923. OLE color: 11136923.

HSL color Cylindrical-coordinate representation of color #9BEFA9: hue angle of 130º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFA9 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB155239169-
CMYK0.3500.290.06
HSL130º72.41%77.25%-
HSV(B)130º35.15%93.73%-
XYZ51.5571.5748.63-
YUV205.9107.1791.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 239 (93.75% from 255) = 42.45%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=27.53%
G=42.45%
B=30.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552391690.3500.290.0613072.4177.25
Hex9BEFA92301D682484d
Octal233357251430356202110115
Binary1001101111101111101010011000110111011101000001010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,239,169); }

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

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

 a { background-color: rgb(155,239,169); }

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

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

 span { border-color: rgb(155,239,169); }

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