Html Css Color HEX #8AA017 Citron

📋 copy color: '#8AA017'

red 138 ◦ green 160 ◦ blue 23

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

Shades of Citron #8AA017

Tints of Citron #8AA017

RGB

 RED value IS 138 (54.3% from 255) = 42.99%

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

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

R = 42.99%
G = 49.84%
B = 7.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#8AA017 (or 0x8AA017) is known color: Citron. HEX triplet: 8A, A0 and 17. RGB value is (138,160,23). Sum of RGB (Red+Green+Blue) = 138+160+23=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA017 is #755FE8. Grayscale: #8A8A8A. Windows color (decimal): -7692265 or 1548426. OLE color: 1548426.

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

Color convert

RGB 138 160 23 -
CMYK 0.14 0 0.86 0.37
HSL 69.64º 0.75% 0.36% -
HSV(B) 69.64º 0.86% 0.63% -
XYZ 23.21 30.61 5.5 -
YUV 137.8 63.21 128.14 -
System Red Green Blue C M Y K H S L
Decimal 138 160 23 0.14 0 0.86 0.37 69.64 0.75 0.36
Hex 8A A0 17 E 0 56 25 46 4B 24
Octal 212 240 27 16 0 126 45 106 113 44
Binary 10001010 10100000 10111 1110 0 1010110 100101 1000110 1001011 100100

Color Harmonies of #8AA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA017

Black with #8AA017

Text Example


Text Example

White with #8AA017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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