#8CA21D

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

Shades of Citron #8CA21D

Tints of Citron #8CA21D

Color information

#8CA21D (or 0x8CA21D) is unknown color: approx Citron. HEX triplet: 8C, A2 and 1D. RGB value is (140,162,29). Sum of RGB (Red+Green+Blue) = 140+162+29=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA21D is #735DE2. Grayscale: #8C8C8C. Windows color (decimal): -7560675 or 1942156. OLE color: 1942156.

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

Color convert

RGB14016229-
CMYK0.1400.820.36
HSL69.92º69.63%37.45%-
HSV(B)69.92º82.1%63.53%-
XYZ23.9631.55.98-
YUV140.2665.21127.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 162 (63.67% from 255) = 48.94%
BLUE value IS 29 (11.72% from 255) = 8.76%
R=42.30%
G=48.94%
B=8.76%

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
Decimal140162290.1400.820.3669.9269.6337.45
Hex8CA21DE05224464625
Octal214242351601224410610645
Binary10001100101000101110111100101001010010010001101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,29); }

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

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

 a { background-color: rgb(140,162,29); }

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

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

 span { border-color: rgb(140,162,29); }

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