#9FB14A

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

Shades of Celery #9FB14A

Tints of Celery #9FB14A

Color information

#9FB14A (or 0x9FB14A) is unknown color: approx Celery. HEX triplet: 9F, B1 and 4A. RGB value is (159,177,74). Sum of RGB (Red+Green+Blue) = 159+177+74=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB14A is #604EB5. Grayscale: #A0A0A0. Windows color (decimal): -6311606 or 4895135. OLE color: 4895135.

HSL color Cylindrical-coordinate representation of color #9FB14A: hue angle of 70.49º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FB14A is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB15917774-
CMYK0.1000.580.31
HSL70.49º41.04%49.22%-
HSV(B)70.49º58.19%69.41%-
XYZ31.2639.3112.42-
YUV159.8879.54127.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 177 (69.53% from 255) = 43.17%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=38.78%
G=43.17%
B=18.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159177740.1000.580.3170.4941.0449.22
Hex9FB14AA03A1F462931
Octal23726111212072371065161
Binary1001111110110001100101010100111010111111000110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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