#9FB64A

Color #9FB64A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #9FB64A

Tints of Celery #9FB64A

Color information

#9FB64A (or 0x9FB64A) is unknown color: approx Celery. HEX triplet: 9F, B6 and 4A. RGB value is (159,182,74). Sum of RGB (Red+Green+Blue) = 159+182+74=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB64A is #6049B5. Grayscale: #A3A3A3. Windows color (decimal): -6310326 or 4896415. OLE color: 4896415.

HSL color Cylindrical-coordinate representation of color #9FB64A: hue angle of 72.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FB64A is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB15918274-
CMYK0.1300.590.29
HSL72.78º42.52%50.2%-
HSV(B)72.78º59.34%71.37%-
XYZ32.2641.3212.75-
YUV162.8177.88125.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 182 (71.48% from 255) = 43.86%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=38.31%
G=43.86%
B=17.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159182740.1300.590.2972.7842.5250.2
Hex9FB64AD03B1D492b32
Octal23726611215073351115362
Binary1001111110110110100101011010111011111011001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,74); }

 H1.HeaderClassName
 {
   color: #9FB64A;
 }
 .AnyTagClassName
 {
   color: #9FB64A;
 }
</style>
background-color css

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

 a { background-color: rgb(159,182,74); }

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

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

 span { border-color: rgb(159,182,74); }

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