#8DA307

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

Shades of Citrus #8DA307

Tints of Citrus #8DA307

Color information

#8DA307 (or 0x8DA307) is unknown color: approx Citrus. HEX triplet: 8D, A3 and 07. RGB value is (141,163,7). Sum of RGB (Red+Green+Blue) = 141+163+7=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA307 is #725CF8. Grayscale: #8B8B8B. Windows color (decimal): -7494905 or 500621. OLE color: 500621.

HSL color Cylindrical-coordinate representation of color #8DA307: hue angle of 68.46º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DA307 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1411637-
CMYK0.1300.960.36
HSL68.46º91.76%33.33%-
HSV(B)68.46º95.71%63.92%-
XYZ24.1231.875.08-
YUV138.6453.71129.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 163 (64.06% from 255) = 52.41%
BLUE value IS 7 (3.12% from 255) = 2.25%
R=45.34%
G=52.41%
B=2.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14116370.1300.960.3668.4691.7633.33
Hex8DA37D06024445c21
Octal21524371501404410413441
Binary100011011010001111111010110000010010010001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,163,7); }

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

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

 a { background-color: rgb(141,163,7); }

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

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

 span { border-color: rgb(141,163,7); }

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