Html Css Color HEX #8CA512 Citron

📋 copy color: '#8CA512'

red 140 ◦ green 165 ◦ blue 18

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

Shades of Citron #8CA512

Tints of Citron #8CA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.08%

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 43.34%
G = 51.08%
B = 5.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#8CA512 (or 0x8CA512) is known color: Citron. HEX triplet: 8C, A5 and 12. RGB value is (140,165,18). Sum of RGB (Red+Green+Blue) = 140+165+18=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA512 is #735AED. Grayscale: #8D8D8D. Windows color (decimal): -7559918 or 1222028. OLE color: 1222028.

HSL color Cylindrical-coordinate representation of color #8CA512: hue angle of 70.2º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CA512 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 18 -
CMYK 0.15 0 0.89 0.35
HSL 70.2º 0.8% 0.36% -
HSV(B) 70.2º 0.89% 0.65% -
XYZ 24.38 32.53 5.57 -
YUV 140.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 140 165 18 0.15 0 0.89 0.35 70.2 0.8 0.36
Hex 8C A5 12 F 0 59 23 46 50 24
Octal 214 245 22 17 0 131 43 106 120 44
Binary 10001100 10100101 10010 1111 0 1011001 100011 1000110 1010000 100100

Color Harmonies of #8CA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA512

Black with #8CA512

Text Example


Text Example

White with #8CA512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,165,18); }

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

background-color css

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

 a { background-color: rgb(140,165,18); }

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

border-color css

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

 span { border-color: rgb(140,165,18); }

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