Html Css Color HEX #8AA028 Citron

📋 copy color: '#8AA028'

red 138 ◦ green 160 ◦ blue 40

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

Shades of Citron #8AA028

Tints of Citron #8AA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 40.83%
G = 47.34%
B = 11.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#8AA028 (or 0x8AA028) is known color: Citron. HEX triplet: 8A, A0 and 28. RGB value is (138,160,40). Sum of RGB (Red+Green+Blue) = 138+160+40=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA028 is #755FD7. Grayscale: #8C8C8C. Windows color (decimal): -7692248 or 2662538. OLE color: 2662538.

HSL color Cylindrical-coordinate representation of color #8AA028: hue angle of 71º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AA028 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 160 40 -
CMYK 0.14 0 0.75 0.37
HSL 71º 0.6% 0.39% -
HSV(B) 71º 0.75% 0.63% -
XYZ 23.44 30.7 6.7 -
YUV 139.74 71.71 126.76 -
System Red Green Blue C M Y K H S L
Decimal 138 160 40 0.14 0 0.75 0.37 71 0.6 0.39
Hex 8A A0 28 E 0 4B 25 47 3C 27
Octal 212 240 50 16 0 113 45 107 74 47
Binary 10001010 10100000 101000 1110 0 1001011 100101 1000111 111100 100111

Color Harmonies of #8AA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA028

Black with #8AA028

Text Example


Text Example

White with #8AA028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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