#9AC00F

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

Shades of Citrus #9AC00F

Tints of Citrus #9AC00F

Color information

#9AC00F (or 0x9AC00F) is unknown color: approx Citrus. HEX triplet: 9A, C0 and 0F. RGB value is (154,192,15). Sum of RGB (Red+Green+Blue) = 154+192+15=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC00F is #653FF0. Grayscale: #A1A1A1. Windows color (decimal): -6635505 or 1032346. OLE color: 1032346.

HSL color Cylindrical-coordinate representation of color #9AC00F: hue angle of 72.88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AC00F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB15419215-
CMYK0.2000.920.25
HSL72.88º85.51%40.59%-
HSV(B)72.88º92.19%75.29%-
XYZ32.2644.67.36-
YUV160.4645.91123.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 192 (75.39% from 255) = 53.19%
BLUE value IS 15 (6.25% from 255) = 4.16%
R=42.66%
G=53.19%
B=4.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154192150.2000.920.2572.8885.5140.59
Hex9AC0F1405C19495629
Octal232300172401343111112651
Binary1001101011000000111110100010111001100110010011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,192,15); }

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

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

 a { background-color: rgb(154,192,15); }

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

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

 span { border-color: rgb(154,192,15); }

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