Html Css Color HEX #8CA10D Citron

📋 copy color: '#8CA10D'

red 140 ◦ green 161 ◦ blue 13

#8CA10D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #8CA10D

Tints of Citron #8CA10D

RGB

 RED value IS 140 (55.08% from 255) = 44.59%

 GREEN value IS 161 (63.28% from 255) = 51.27%

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 44.59%
G = 51.27%
B = 4.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#8CA10D (or 0x8CA10D) is known color: Citron. HEX triplet: 8C, A1 and 0D. RGB value is (140,161,13). Sum of RGB (Red+Green+Blue) = 140+161+13=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA10D is #735EF2. Grayscale: #8A8A8A. Windows color (decimal): -7560947 or 893324. OLE color: 893324.

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

Color convert

RGB 140 161 13 -
CMYK 0.13 0 0.92 0.37
HSL 68.51º 0.85% 0.34% -
HSV(B) 68.51º 0.92% 0.63% -
XYZ 23.63 31.09 5.14 -
YUV 137.85 57.54 129.53 -
System Red Green Blue C M Y K H S L
Decimal 140 161 13 0.13 0 0.92 0.37 68.51 0.85 0.34
Hex 8C A1 D D 0 5C 25 45 55 22
Octal 214 241 15 15 0 134 45 105 125 42
Binary 10001100 10100001 1101 1101 0 1011100 100101 1000101 1010101 100010

Color Harmonies of #8CA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA10D

Black with #8CA10D

Text Example


Text Example

White with #8CA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CA10D;
 }
 .AnyTagClassName
 {
   color: #8CA10D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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