Html Css Color HEX #9FAF3D Celery

📋 copy color: '#9FAF3D'

red 159 ◦ green 175 ◦ blue 61

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

Shades of Celery #9FAF3D

Tints of Celery #9FAF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.44%

R = 40.25%
G = 44.3%
B = 15.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#9FAF3D (or 0x9FAF3D) is known color: Celery. HEX triplet: 9F, AF and 3D. RGB value is (159,175,61). Sum of RGB (Red+Green+Blue) = 159+175+61=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF3D is #6050C2. Grayscale: #9D9D9D. Windows color (decimal): -6312131 or 4042655. OLE color: 4042655.

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

Color convert

RGB 159 175 61 -
CMYK 0.09 0 0.65 0.31
HSL 68.42º 0.48% 0.46% -
HSV(B) 68.42º 0.65% 0.69% -
XYZ 30.47 38.37 10.21 -
YUV 157.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 159 175 61 0.09 0 0.65 0.31 68.42 0.48 0.46
Hex 9F AF 3D 9 0 41 1F 44 30 2E
Octal 237 257 75 11 0 101 37 104 60 56
Binary 10011111 10101111 111101 1001 0 1000001 11111 1000100 110000 101110

Color Harmonies of #9FAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF3D

Black with #9FAF3D

Text Example


Text Example

White with #9FAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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