#8DB30A

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

Shades of Citrus #8DB30A

Tints of Citrus #8DB30A

Color information

#8DB30A (or 0x8DB30A) is unknown color: approx Citrus. HEX triplet: 8D, B3 and 0A. RGB value is (141,179,10). Sum of RGB (Red+Green+Blue) = 141+179+10=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB30A is #724CF5. Grayscale: #959595. Windows color (decimal): -7490806 or 701325. OLE color: 701325.

HSL color Cylindrical-coordinate representation of color #8DB30A: hue angle of 73.49º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DB30A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB14117910-
CMYK0.2100.940.30
HSL73.49º89.42%37.06%-
HSV(B)73.49º94.41%70.2%-
XYZ27.1637.926.18-
YUV148.3749.91122.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 179 (70.31% from 255) = 54.24%
BLUE value IS 10 (4.30% from 255) = 3.03%
R=42.73%
G=54.24%
B=3.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141179100.2100.940.3073.4989.4237.06
Hex8DB3A1505E1E495925
Octal215263122501363611113145
Binary1000110110110011101010101010111101111010010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,179,10); }

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

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

 a { background-color: rgb(141,179,10); }

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

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

 span { border-color: rgb(141,179,10); }

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