Html Css Color HEX #9FEBA4 Celadon

📋 copy color: '#9FEBA4'

red 159 ◦ green 235 ◦ blue 164

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

Shades of Celadon #9FEBA4

Tints of Celadon #9FEBA4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

 BLUE value IS 164 (64.45% from 255) = 29.39%

R = 28.49%
G = 42.11%
B = 29.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#9FEBA4 (or 0x9FEBA4) is known color: Celadon. HEX triplet: 9F, EB and A4. RGB value is (159,235,164). Sum of RGB (Red+Green+Blue) = 159+235+164=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBA4 is #60145B. Grayscale: #CCCCCC. Windows color (decimal): -6296668 or 10808223. OLE color: 10808223.

HSL color Cylindrical-coordinate representation of color #9FEBA4: hue angle of 123.95º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBA4 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 164 -
CMYK 0.32 0 0.30 0.08
HSL 123.95º 0.66% 0.77% -
HSV(B) 123.95º 0.32% 0.92% -
XYZ 50.71 69.47 45.86 -
YUV 204.18 105.32 95.77 -
System Red Green Blue C M Y K H S L
Decimal 159 235 164 0.32 0 0.30 0.08 123.95 0.66 0.77
Hex 9F EB A4 20 0 1E 8 7C 42 4D
Octal 237 353 244 40 0 36 10 174 102 115
Binary 10011111 11101011 10100100 100000 0 11110 1000 1111100 1000010 1001101

Color Harmonies of #9FEBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBA4

Black with #9FEBA4

Text Example


Text Example

White with #9FEBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,235,164); }

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

background-color css

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

 a { background-color: rgb(159,235,164); }

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

border-color css

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

 span { border-color: rgb(159,235,164); }

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