Html Css Color HEX #9AA100 Citrus

📋 copy color: '#9AA100'

red 154 ◦ green 161 ◦ blue 0

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

Shades of Citrus #9AA100

Tints of Citrus #9AA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.11%

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

R = 48.89%
G = 51.11%
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

#9AA100 (or 0x9AA100) is known color: Citrus. HEX triplet: 9A, A1 and 00. RGB value is (154,161,0). Sum of RGB (Red+Green+Blue) = 154+161+0=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA100 is #655EFF. Grayscale: #8D8D8D. Windows color (decimal): -6643456 or 41370. OLE color: 41370.

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

Color convert

RGB 154 161 0 -
CMYK 0.04 0 1 0.37
HSL 62.61º 1% 0.32% -
HSV(B) 62.61º 1% 0.63% -
XYZ 26.07 32.36 4.87 -
YUV 140.55 48.68 137.59 -
System Red Green Blue C M Y K H S L
Decimal 154 161 0 0.04 0 1 0.37 62.61 1 0.32
Hex 9A A1 0 4 0 64 25 3F 64 20
Octal 232 241 0 4 0 144 45 77 144 40
Binary 10011010 10100001 0 100 0 1100100 100101 111111 1100100 100000

Color Harmonies of #9AA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA100

Black with #9AA100

Text Example


Text Example

White with #9AA100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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