#9FAD08

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

Shades of Citrus #9FAD08

Tints of Citrus #9FAD08

Color information

#9FAD08 (or 0x9FAD08) is unknown color: approx Citrus. HEX triplet: 9F, AD and 08. RGB value is (159,173,8). Sum of RGB (Red+Green+Blue) = 159+173+8=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD08 is #6052F7. Grayscale: #969696. Windows color (decimal): -6312696 or 568735. OLE color: 568735.

HSL color Cylindrical-coordinate representation of color #9FAD08: hue angle of 65.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FAD08 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1591738-
CMYK0.0800.950.32
HSL65.09º91.16%35.49%-
HSV(B)65.09º95.38%67.84%-
XYZ29.2937.285.88-
YUV15047.86134.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.76%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 8 (3.52% from 255) = 2.35%
R=46.76%
G=50.88%
B=2.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15917380.0800.950.3265.0991.1635.49
Hex9FAD8805F20415b23
Octal237255101001374010113343
Binary1001111110101101100010000101111110000010000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,173,8); }

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

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

 a { background-color: rgb(159,173,8); }

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

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

 span { border-color: rgb(159,173,8); }

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