Html Css Color HEX #9AA004 Citrus

📋 copy color: '#9AA004'

red 154 ◦ green 160 ◦ blue 4

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

Shades of Citrus #9AA004

Tints of Citrus #9AA004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 48.43%
G = 50.31%
B = 1.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#9AA004 (or 0x9AA004) is known color: Citrus. HEX triplet: 9A, A0 and 04. RGB value is (154,160,4). Sum of RGB (Red+Green+Blue) = 154+160+4=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA004 is #655FFB. Grayscale: #8D8D8D. Windows color (decimal): -6643708 or 303258. OLE color: 303258.

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

Color convert

RGB 154 160 4 -
CMYK 0.04 0 0.98 0.37
HSL 62.31º 0.95% 0.32% -
HSV(B) 62.31º 0.98% 0.63% -
XYZ 25.92 32.02 4.93 -
YUV 140.42 51.01 137.68 -
System Red Green Blue C M Y K H S L
Decimal 154 160 4 0.04 0 0.98 0.37 62.31 0.95 0.32
Hex 9A A0 4 4 0 62 25 3E 5F 20
Octal 232 240 4 4 0 142 45 76 137 40
Binary 10011010 10100000 100 100 0 1100010 100101 111110 1011111 100000

Color Harmonies of #9AA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA004

Black with #9AA004

Text Example


Text Example

White with #9AA004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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