Html Css Color HEX #9FEFB1 Celadon

📋 copy color: '#9FEFB1'

red 159 ◦ green 239 ◦ blue 177

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

Shades of Celadon #9FEFB1

Tints of Celadon #9FEFB1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 177 (69.53% from 255) = 30.78%

R = 27.65%
G = 41.57%
B = 30.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#9FEFB1 (or 0x9FEFB1) is known color: Celadon. HEX triplet: 9F, EF and B1. RGB value is (159,239,177). Sum of RGB (Red+Green+Blue) = 159+239+177=575 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.65% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEFB1 is #60104E. Grayscale: #D0D0D0. Windows color (decimal): -6295631 or 11661215. OLE color: 11661215.

HSL color Cylindrical-coordinate representation of color #9FEFB1: hue angle of 133.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFB1 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 177 -
CMYK 0.33 0 0.26 0.06
HSL 133.5º 0.71% 0.78% -
HSV(B) 133.5º 0.33% 0.94% -
XYZ 53.1 72.28 52.75 -
YUV 208.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 159 239 177 0.33 0 0.26 0.06 133.5 0.71 0.78
Hex 9F EF B1 21 0 1A 6 86 47 4E
Octal 237 357 261 41 0 32 6 206 107 116
Binary 10011111 11101111 10110001 100001 0 11010 110 10000110 1000111 1001110

Color Harmonies of #9FEFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFB1

Black with #9FEFB1

Text Example


Text Example

White with #9FEFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,239,177); }

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

background-color css

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

 a { background-color: rgb(159,239,177); }

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

border-color css

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

 span { border-color: rgb(159,239,177); }

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