Html Css Color HEX #9BF2AC Celadon

📋 copy color: '#9BF2AC'

red 155 ◦ green 242 ◦ blue 172

#9BF2AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #9BF2AC

Tints of Celadon #9BF2AC

RGB

 RED value IS 155 (60.94% from 255) = 27.24%

 GREEN value IS 242 (94.92% from 255) = 42.53%

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 27.24%
G = 42.53%
B = 30.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#9BF2AC (or 0x9BF2AC) is known color: Celadon. HEX triplet: 9B, F2 and AC. RGB value is (155,242,172). Sum of RGB (Red+Green+Blue) = 155+242+172=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF2AC is #640D53. Grayscale: #D0D0D0. Windows color (decimal): -6557012 or 11334299. OLE color: 11334299.

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

Color convert

RGB 155 242 172 -
CMYK 0.36 0 0.29 0.05
HSL 131.72º 0.77% 0.78% -
HSV(B) 131.72º 0.36% 0.95% -
XYZ 52.72 73.45 50.43 -
YUV 208.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 155 242 172 0.36 0 0.29 0.05 131.72 0.77 0.78
Hex 9B F2 AC 24 0 1D 5 84 4D 4E
Octal 233 362 254 44 0 35 5 204 115 116
Binary 10011011 11110010 10101100 100100 0 11101 101 10000100 1001101 1001110

Color Harmonies of #9BF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2AC

Black with #9BF2AC

Text Example


Text Example

White with #9BF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,242,172); }

 H1.HeaderClassName
 {
   color: #9BF2AC;
 }
 .AnyTagClassName
 {
   color: #9BF2AC;
 }
</style>

background-color css

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

 a { background-color: rgb(155,242,172); }

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

border-color css

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

 span { border-color: rgb(155,242,172); }

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