Html Css Color HEX #9AAD00 Citrus

📋 copy color: '#9AAD00'

red 154 ◦ green 173 ◦ blue 0

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

Shades of Citrus #9AAD00

Tints of Citrus #9AAD00

RGB

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

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

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

R = 47.09%
G = 52.91%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#9AAD00 (or 0x9AAD00) is known color: Citrus. HEX triplet: 9A, AD and 00. RGB value is (154,173,0). Sum of RGB (Red+Green+Blue) = 154+173+0=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAD00 is #6552FF. Grayscale: #949494. Windows color (decimal): -6640384 or 44442. OLE color: 44442.

HSL color Cylindrical-coordinate representation of color #9AAD00: hue angle of 66.59º 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 #9AAD00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 173 0 -
CMYK 0.11 0 1 0.32
HSL 66.59º 1% 0.34% -
HSV(B) 66.59º 1% 0.68% -
XYZ 28.27 36.76 5.6 -
YUV 147.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 154 173 0 0.11 0 1 0.32 66.59 1 0.34
Hex 9A AD 0 B 0 64 20 43 64 22
Octal 232 255 0 13 0 144 40 103 144 42
Binary 10011010 10101101 0 1011 0 1100100 100000 1000011 1100100 100010

Color Harmonies of #9AAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAD00

Black with #9AAD00

Text Example


Text Example

White with #9AAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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