Html Css Color HEX #8AAD00 Citrus

📋 copy color: '#8AAD00'

red 138 ◦ green 173 ◦ blue 0

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

Shades of Citrus #8AAD00

Tints of Citrus #8AAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.63%

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

R = 44.37%
G = 55.63%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#8AAD00 (or 0x8AAD00) is known color: Citrus. HEX triplet: 8A, AD and 00. RGB value is (138,173,0). Sum of RGB (Red+Green+Blue) = 138+173+0=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAD00 is #7552FF. Grayscale: #8F8F8F. Windows color (decimal): -7688960 or 44426. OLE color: 44426.

HSL color Cylindrical-coordinate representation of color #8AAD00: hue angle of 72.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AAD00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 173 0 -
CMYK 0.20 0 1 0.32
HSL 72.14º 1% 0.34% -
HSV(B) 72.14º 1% 0.68% -
XYZ 25.42 35.29 5.47 -
YUV 142.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 138 173 0 0.20 0 1 0.32 72.14 1 0.34
Hex 8A AD 0 14 0 64 20 48 64 22
Octal 212 255 0 24 0 144 40 110 144 42
Binary 10001010 10101101 0 10100 0 1100100 100000 1001000 1100100 100010

Color Harmonies of #8AAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAD00

Black with #8AAD00

Text Example


Text Example

White with #8AAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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