#8CA307

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

Shades of Citrus #8CA307

Tints of Citrus #8CA307

Color information

#8CA307 (or 0x8CA307) is unknown color: approx Citrus. HEX triplet: 8C, A3 and 07. RGB value is (140,163,7). Sum of RGB (Red+Green+Blue) = 140+163+7=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA307 is #735CF8. Grayscale: #8A8A8A. Windows color (decimal): -7560441 or 500620. OLE color: 500620.

HSL color Cylindrical-coordinate representation of color #8CA307: hue angle of 68.85º 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 #8CA307 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1401637-
CMYK0.1400.960.36
HSL68.85º91.76%33.33%-
HSV(B)68.85º95.71%63.92%-
XYZ23.9531.795.07-
YUV138.3453.88129.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 163 (64.06% from 255) = 52.58%
BLUE value IS 7 (3.12% from 255) = 2.26%
R=45.16%
G=52.58%
B=2.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14016370.1400.960.3668.8591.7633.33
Hex8CA37E06024455c21
Octal21424371601404410513441
Binary100011001010001111111100110000010010010001011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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