Html Css Color HEX #8A9020 Citron

📋 copy color: '#8A9020'

red 138 ◦ green 144 ◦ blue 32

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

Shades of Citron #8A9020

Tints of Citron #8A9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 43.95%
G = 45.86%
B = 10.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8A9020 (or 0x8A9020) is known color: Citron. HEX triplet: 8A, 90 and 20. RGB value is (138,144,32). Sum of RGB (Red+Green+Blue) = 138+144+32=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9020 is #756FDF. Grayscale: #818181. Windows color (decimal): -7696352 or 2134154. OLE color: 2134154.

HSL color Cylindrical-coordinate representation of color #8A9020: hue angle of 63.21º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A9020 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 144 32 -
CMYK 0.04 0 0.78 0.44
HSL 63.21º 0.64% 0.35% -
HSV(B) 63.21º 0.78% 0.56% -
XYZ 20.72 25.45 5.19 -
YUV 129.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 138 144 32 0.04 0 0.78 0.44 63.21 0.64 0.35
Hex 8A 90 20 4 0 4E 2C 3F 40 23
Octal 212 220 40 4 0 116 54 77 100 43
Binary 10001010 10010000 100000 100 0 1001110 101100 111111 1000000 100011

Color Harmonies of #8A9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9020

Black with #8A9020

Text Example


Text Example

White with #8A9020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,144,32); }

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

background-color css

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

 a { background-color: rgb(138,144,32); }

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

border-color css

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

 span { border-color: rgb(138,144,32); }

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