Html Css Color HEX #9AA01A Citron

📋 copy color: '#9AA01A'

red 154 ◦ green 160 ◦ blue 26

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

Shades of Citron #9AA01A

Tints of Citron #9AA01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 45.29%
G = 47.06%
B = 7.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#9AA01A (or 0x9AA01A) is known color: Citron. HEX triplet: 9A, A0 and 1A. RGB value is (154,160,26). Sum of RGB (Red+Green+Blue) = 154+160+26=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA01A is #655FE5. Grayscale: #8F8F8F. Windows color (decimal): -6643686 or 1745050. OLE color: 1745050.

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

Color convert

RGB 154 160 26 -
CMYK 0.04 0 0.84 0.37
HSL 62.69º 0.72% 0.36% -
HSV(B) 62.69º 0.84% 0.63% -
XYZ 26.08 32.09 5.8 -
YUV 142.93 62.01 135.9 -
System Red Green Blue C M Y K H S L
Decimal 154 160 26 0.04 0 0.84 0.37 62.69 0.72 0.36
Hex 9A A0 1A 4 0 54 25 3F 48 24
Octal 232 240 32 4 0 124 45 77 110 44
Binary 10011010 10100000 11010 100 0 1010100 100101 111111 1001000 100100

Color Harmonies of #9AA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA01A

Black with #9AA01A

Text Example


Text Example

White with #9AA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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