Html Css Color HEX #9FFCB4 Celadon

📋 copy color: '#9FFCB4'

red 159 ◦ green 252 ◦ blue 180

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

Shades of Celadon #9FFCB4

Tints of Celadon #9FFCB4

RGB

 RED value IS 159 (62.5% from 255) = 26.9%

 GREEN value IS 252 (98.83% from 255) = 42.64%

 BLUE value IS 180 (70.7% from 255) = 30.46%

R = 26.9%
G = 42.64%
B = 30.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#9FFCB4 (or 0x9FFCB4) is known color: Celadon. HEX triplet: 9F, FC and B4. RGB value is (159,252,180). Sum of RGB (Red+Green+Blue) = 159+252+180=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCB4 is #60034B. Grayscale: #D8D8D8. Windows color (decimal): -6292300 or 11861151. OLE color: 11861151.

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

Color convert

RGB 159 252 180 -
CMYK 0.37 0 0.29 0.01
HSL 133.55º 0.94% 0.81% -
HSV(B) 133.55º 0.37% 0.99% -
XYZ 57.35 80.29 55.65 -
YUV 215.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 159 252 180 0.37 0 0.29 0.01 133.55 0.94 0.81
Hex 9F FC B4 25 0 1D 1 86 5E 51
Octal 237 374 264 45 0 35 1 206 136 121
Binary 10011111 11111100 10110100 100101 0 11101 1 10000110 1011110 1010001

Color Harmonies of #9FFCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFCB4

Black with #9FFCB4

Text Example


Text Example

White with #9FFCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,252,180); }

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

background-color css

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

 a { background-color: rgb(159,252,180); }

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

border-color css

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

 span { border-color: rgb(159,252,180); }

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