#8CA116

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

Shades of Citron #8CA116

Tints of Citron #8CA116

Color information

#8CA116 (or 0x8CA116) is unknown color: approx Citron. HEX triplet: 8C, A1 and 16. RGB value is (140,161,22). Sum of RGB (Red+Green+Blue) = 140+161+22=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA116 is #735EE9. Grayscale: #8B8B8B. Windows color (decimal): -7560938 or 1483148. OLE color: 1483148.

HSL color Cylindrical-coordinate representation of color #8CA116: hue angle of 69.06º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CA116 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB14016122-
CMYK0.1300.860.37
HSL69.06º75.96%35.88%-
HSV(B)69.06º86.34%63.14%-
XYZ23.731.125.52-
YUV138.8862.04128.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 22 (8.98% from 255) = 6.81%
R=43.34%
G=49.85%
B=6.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal140161220.1300.860.3769.0675.9635.88
Hex8CA116D05625454c24
Octal214241261501264510511444
Binary10001100101000011011011010101011010010110001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,161,22); }

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

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

 a { background-color: rgb(140,161,22); }

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

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

 span { border-color: rgb(140,161,22); }

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