Html Css Color HEX #9AA000 Citrus

📋 copy color: '#9AA000'

red 154 ◦ green 160 ◦ blue 0

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

Shades of Citrus #9AA000

Tints of Citrus #9AA000

RGB

 RED value IS 154 (60.55% from 255) = 49.04%

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

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

R = 49.04%
G = 50.96%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#9AA000 (or 0x9AA000) is known color: Citrus. HEX triplet: 9A, A0 and 00. RGB value is (154,160,0). Sum of RGB (Red+Green+Blue) = 154+160+0=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA000 is #655FFF. Grayscale: #8C8C8C. Windows color (decimal): -6643712 or 41114. OLE color: 41114.

HSL color Cylindrical-coordinate representation of color #9AA000: hue angle of 62.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AA000 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 160 0 -
CMYK 0.04 0 1 0.37
HSL 62.25º 1% 0.31% -
HSV(B) 62.25º 1% 0.63% -
XYZ 25.9 32.01 4.81 -
YUV 139.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 154 160 0 0.04 0 1 0.37 62.25 1 0.31
Hex 9A A0 0 4 0 64 25 3E 64 1F
Octal 232 240 0 4 0 144 45 76 144 37
Binary 10011010 10100000 0 100 0 1100100 100101 111110 1100100 11111

Color Harmonies of #9AA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA000

Black with #9AA000

Text Example


Text Example

White with #9AA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AA000; }

 p { color: rgb(154,160,0); }

 H1.HeaderClassName
 {
   color: #9AA000;
 }
 .AnyTagClassName
 {
   color: #9AA000;
 }
</style>

background-color css

<style>
 a { background-color: #9AA000; }

 a { background-color: rgb(154,160,0); }

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

border-color css

<style>
 span { border-color: #9AA000; }

 span { border-color: rgb(154,160,0); }

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