#8CA31E

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

Shades of Citron #8CA31E

Tints of Citron #8CA31E

Color information

#8CA31E (or 0x8CA31E) is unknown color: approx Citron. HEX triplet: 8C, A3 and 1E. RGB value is (140,163,30). Sum of RGB (Red+Green+Blue) = 140+163+30=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA31E is #735CE1. Grayscale: #8D8D8D. Windows color (decimal): -7560418 or 2007948. OLE color: 2007948.

HSL color Cylindrical-coordinate representation of color #8CA31E: hue angle of 70.38º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CA31E is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB14016330-
CMYK0.1400.820.36
HSL70.38º68.91%37.84%-
HSV(B)70.38º81.6%63.92%-
XYZ24.1531.866.11-
YUV140.9665.38127.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 30 (12.11% from 255) = 9.01%
R=42.04%
G=48.95%
B=9.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140163300.1400.820.3670.3868.9137.84
Hex8CA31EE05224464526
Octal214243361601224410610546
Binary10001100101000111111011100101001010010010001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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