#9FAE3E

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

Shades of Celery #9FAE3E

Tints of Celery #9FAE3E

Color information

#9FAE3E (or 0x9FAE3E) is unknown color: approx Celery. HEX triplet: 9F, AE and 3E. RGB value is (159,174,62). Sum of RGB (Red+Green+Blue) = 159+174+62=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAE3E is #6051C1. Grayscale: #9D9D9D. Windows color (decimal): -6312386 or 4107935. OLE color: 4107935.

HSL color Cylindrical-coordinate representation of color #9FAE3E: hue angle of 68.04º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FAE3E is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB15917462-
CMYK0.0900.640.32
HSL68.04º47.46%46.27%-
HSV(B)68.04º64.37%68.24%-
XYZ30.337.9910.29-
YUV156.7574.53129.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=40.25%
G=44.05%
B=15.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159174620.0900.640.3268.0447.4646.27
Hex9FAE3E904020442f2e
Octal23725676110100401045756
Binary10011111101011101111101001010000001000001000100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,174,62); }

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

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

 a { background-color: rgb(159,174,62); }

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

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

 span { border-color: rgb(159,174,62); }

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