#8DAD08

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

Shades of Citrus #8DAD08

Tints of Citrus #8DAD08

Color information

#8DAD08 (or 0x8DAD08) is unknown color: approx Citrus. HEX triplet: 8D, AD and 08. RGB value is (141,173,8). Sum of RGB (Red+Green+Blue) = 141+173+8=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAD08 is #7252F7. Grayscale: #919191. Windows color (decimal): -7492344 or 568717. OLE color: 568717.

HSL color Cylindrical-coordinate representation of color #8DAD08: hue angle of 71.64º 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 #8DAD08 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1411738-
CMYK0.1800.950.32
HSL71.64º91.16%35.49%-
HSV(B)71.64º95.38%67.84%-
XYZ25.9735.575.73-
YUV144.6250.9125.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 173 (67.97% from 255) = 53.73%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=43.79%
G=53.73%
B=2.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14117380.1800.950.3271.6491.1635.49
Hex8DAD81205F20485b23
Octal215255102201374011013343
Binary10001101101011011000100100101111110000010010001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DAD08; }

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

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

<style>
 a { background-color: #8DAD08; }

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

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

<style>
 span { border-color: #8DAD08; }

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

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