Html Css Color HEX #9FAC42 Celery

📋 copy color: '#9FAC42'

red 159 ◦ green 172 ◦ blue 66

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

Shades of Celery #9FAC42

Tints of Celery #9FAC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

 BLUE value IS 66 (26.17% from 255) = 16.62%

R = 40.05%
G = 43.32%
B = 16.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#9FAC42 (or 0x9FAC42) is known color: Celery. HEX triplet: 9F, AC and 42. RGB value is (159,172,66). Sum of RGB (Red+Green+Blue) = 159+172+66=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC42 is #6053BD. Grayscale: #9C9C9C. Windows color (decimal): -6312894 or 4369567. OLE color: 4369567.

HSL color Cylindrical-coordinate representation of color #9FAC42: hue angle of 67.36º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FAC42 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 66 -
CMYK 0.08 0 0.62 0.33
HSL 67.36º 0.45% 0.47% -
HSV(B) 67.36º 0.62% 0.67% -
XYZ 30.03 37.27 10.77 -
YUV 156.03 77.19 130.12 -
System Red Green Blue C M Y K H S L
Decimal 159 172 66 0.08 0 0.62 0.33 67.36 0.45 0.47
Hex 9F AC 42 8 0 3E 21 43 2D 2F
Octal 237 254 102 10 0 76 41 103 55 57
Binary 10011111 10101100 1000010 1000 0 111110 100001 1000011 101101 101111

Color Harmonies of #9FAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC42

Black with #9FAC42

Text Example


Text Example

White with #9FAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,66); }

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

background-color css

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

 a { background-color: rgb(159,172,66); }

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

border-color css

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

 span { border-color: rgb(159,172,66); }

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