#9A9E07

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

Shades of Citrus #9A9E07

Tints of Citrus #9A9E07

Color information

#9A9E07 (or 0x9A9E07) is unknown color: approx Citrus. HEX triplet: 9A, 9E and 07. RGB value is (154,158,7). Sum of RGB (Red+Green+Blue) = 154+158+7=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9E07 is #6561F8. Grayscale: #8C8C8C. Windows color (decimal): -6644217 or 499354. OLE color: 499354.

HSL color Cylindrical-coordinate representation of color #9A9E07: hue angle of 61.59º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A9E07 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1541587-
CMYK0.0300.960.38
HSL61.59º91.52%32.35%-
HSV(B)61.59º95.57%61.96%-
XYZ25.5931.344.9-
YUV139.5953.17138.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.28%
GREEN value IS 158 (62.11% from 255) = 49.53%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=48.28%
G=49.53%
B=2.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15415870.0300.960.3861.5991.5232.35
Hex9A9E73060263e5c20
Octal232236730140467613440
Binary100110101001111011111011000001001101111101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,158,7); }

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

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

 a { background-color: rgb(154,158,7); }

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

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

 span { border-color: rgb(154,158,7); }

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