Html Css Color HEX #8CA017 Citron

📋 copy color: '#8CA017'

red 140 ◦ green 160 ◦ blue 23

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

Shades of Citron #8CA017

Tints of Citron #8CA017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.54%

 BLUE value IS 23 (9.38% from 255) = 7.12%

R = 43.34%
G = 49.54%
B = 7.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#8CA017 (or 0x8CA017) is known color: Citron. HEX triplet: 8C, A0 and 17. RGB value is (140,160,23). Sum of RGB (Red+Green+Blue) = 140+160+23=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA017 is #735FE8. Grayscale: #8A8A8A. Windows color (decimal): -7561193 or 1548428. OLE color: 1548428.

HSL color Cylindrical-coordinate representation of color #8CA017: hue angle of 68.76º degrees, saturation: 0.75, 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 #8CA017 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 160 23 -
CMYK 0.12 0 0.86 0.37
HSL 68.76º 0.75% 0.36% -
HSV(B) 68.76º 0.86% 0.63% -
XYZ 23.54 30.78 5.51 -
YUV 138.4 62.87 129.14 -
System Red Green Blue C M Y K H S L
Decimal 140 160 23 0.12 0 0.86 0.37 68.76 0.75 0.36
Hex 8C A0 17 C 0 56 25 45 4B 24
Octal 214 240 27 14 0 126 45 105 113 44
Binary 10001100 10100000 10111 1100 0 1010110 100101 1000101 1001011 100100

Color Harmonies of #8CA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA017

Black with #8CA017

Text Example


Text Example

White with #8CA017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,160,23); }

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

background-color css

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

 a { background-color: rgb(140,160,23); }

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

border-color css

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

 span { border-color: rgb(140,160,23); }

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