Html Css Color HEX #8AAA00 Citrus

📋 copy color: '#8AAA00'

red 138 ◦ green 170 ◦ blue 0

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

Shades of Citrus #8AAA00

Tints of Citrus #8AAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.81%
G = 55.19%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#8AAA00 (or 0x8AAA00) is known color: Citrus. HEX triplet: 8A, AA and 00. RGB value is (138,170,0). Sum of RGB (Red+Green+Blue) = 138+170+0=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA00 is #7555FF. Grayscale: #8D8D8D. Windows color (decimal): -7689728 or 43658. OLE color: 43658.

HSL color Cylindrical-coordinate representation of color #8AAA00: hue angle of 71.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AAA00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 0 -
CMYK 0.19 0 1 0.33
HSL 71.29º 1% 0.33% -
HSV(B) 71.29º 1% 0.67% -
XYZ 24.86 34.15 5.28 -
YUV 141.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 138 170 0 0.19 0 1 0.33 71.29 1 0.33
Hex 8A AA 0 13 0 64 21 47 64 21
Octal 212 252 0 23 0 144 41 107 144 41
Binary 10001010 10101010 0 10011 0 1100100 100001 1000111 1100100 100001

Color Harmonies of #8AAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA00

Black with #8AAA00

Text Example


Text Example

White with #8AAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,0); }

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

background-color css

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

 a { background-color: rgb(138,170,0); }

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

border-color css

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

 span { border-color: rgb(138,170,0); }

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