Html Css Color HEX #8AA200 Citrus

📋 copy color: '#8AA200'

red 138 ◦ green 162 ◦ blue 0

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

Shades of Citrus #8AA200

Tints of Citrus #8AA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54%

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

R = 46%
G = 54%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#8AA200 (or 0x8AA200) is known color: Citrus. HEX triplet: 8A, A2 and 00. RGB value is (138,162,0). Sum of RGB (Red+Green+Blue) = 138+162+0=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA200 is #755DFF. Grayscale: #888888. Windows color (decimal): -7691776 or 41610. OLE color: 41610.

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

Color convert

RGB 138 162 0 -
CMYK 0.15 0 1 0.36
HSL 68.89º 1% 0.32% -
HSV(B) 68.89º 1% 0.64% -
XYZ 23.4 31.24 4.8 -
YUV 136.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 138 162 0 0.15 0 1 0.36 68.89 1 0.32
Hex 8A A2 0 F 0 64 24 45 64 20
Octal 212 242 0 17 0 144 44 105 144 40
Binary 10001010 10100010 0 1111 0 1100100 100100 1000101 1100100 100000

Color Harmonies of #8AA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA200

Black with #8AA200

Text Example


Text Example

White with #8AA200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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