Html Css Color HEX #9FAF48 Celery

📋 copy color: '#9FAF48'

red 159 ◦ green 175 ◦ blue 72

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

Shades of Celery #9FAF48

Tints of Celery #9FAF48

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.1%

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 39.16%
G = 43.1%
B = 17.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#9FAF48 (or 0x9FAF48) is known color: Celery. HEX triplet: 9F, AF and 48. RGB value is (159,175,72). Sum of RGB (Red+Green+Blue) = 159+175+72=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF48 is #6050B7. Grayscale: #9E9E9E. Windows color (decimal): -6312120 or 4763551. OLE color: 4763551.

HSL color Cylindrical-coordinate representation of color #9FAF48: hue angle of 69.32º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FAF48 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 72 -
CMYK 0.09 0 0.59 0.31
HSL 69.32º 0.42% 0.48% -
HSV(B) 69.32º 0.59% 0.69% -
XYZ 30.8 38.5 11.94 -
YUV 158.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 159 175 72 0.09 0 0.59 0.31 69.32 0.42 0.48
Hex 9F AF 48 9 0 3B 1F 45 2A 30
Octal 237 257 110 11 0 73 37 105 52 60
Binary 10011111 10101111 1001000 1001 0 111011 11111 1000101 101010 110000

Color Harmonies of #9FAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF48

Black with #9FAF48

Text Example


Text Example

White with #9FAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,175,72); }

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

background-color css

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

 a { background-color: rgb(159,175,72); }

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

border-color css

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

 span { border-color: rgb(159,175,72); }

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