Html Css Color HEX #9FEBA5 Celadon

📋 copy color: '#9FEBA5'

red 159 ◦ green 235 ◦ blue 165

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

Shades of Celadon #9FEBA5

Tints of Celadon #9FEBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.52%

R = 28.44%
G = 42.04%
B = 29.52%

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

#9FEBA5 (or 0x9FEBA5) is known color: Celadon. HEX triplet: 9F, EB and A5. RGB value is (159,235,165). Sum of RGB (Red+Green+Blue) = 159+235+165=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBA5 is #60145A. Grayscale: #CCCCCC. Windows color (decimal): -6296667 or 10873759. OLE color: 10873759.

HSL color Cylindrical-coordinate representation of color #9FEBA5: hue angle of 124.74º 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 #9FEBA5 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 165 -
CMYK 0.32 0 0.30 0.08
HSL 124.74º 0.66% 0.77% -
HSV(B) 124.74º 0.32% 0.92% -
XYZ 50.8 69.5 46.34 -
YUV 204.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 159 235 165 0.32 0 0.30 0.08 124.74 0.66 0.77
Hex 9F EB A5 20 0 1E 8 7D 42 4D
Octal 237 353 245 40 0 36 10 175 102 115
Binary 10011111 11101011 10100101 100000 0 11110 1000 1111101 1000010 1001101

Color Harmonies of #9FEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBA5

Black with #9FEBA5

Text Example


Text Example

White with #9FEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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