#8CA41F

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

Shades of Citron #8CA41F

Tints of Citron #8CA41F

Color information

#8CA41F (or 0x8CA41F) is unknown color: approx Citron. HEX triplet: 8C, A4 and 1F. RGB value is (140,164,31). Sum of RGB (Red+Green+Blue) = 140+164+31=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA41F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA41F is #735BE0. Grayscale: #8E8E8E. Windows color (decimal): -7560161 or 2073740. OLE color: 2073740.

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

Color convert

RGB14016431-
CMYK0.1500.810.36
HSL70.83º68.21%38.24%-
HSV(B)70.83º81.1%64.31%-
XYZ24.3432.236.23-
YUV141.6665.55126.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=41.79%
G=48.96%
B=9.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140164310.1500.810.3670.8368.2138.24
Hex8CA41FF05124474426
Octal214244371701214410710446
Binary10001100101001001111111110101000110010010001111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,31); }

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

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

 a { background-color: rgb(140,164,31); }

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

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

 span { border-color: rgb(140,164,31); }

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