Html Css Color HEX #9AAC04 Citrus

📋 copy color: '#9AAC04'

red 154 ◦ green 172 ◦ blue 4

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

Shades of Citrus #9AAC04

Tints of Citrus #9AAC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.12%

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

R = 46.67%
G = 52.12%
B = 1.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#9AAC04 (or 0x9AAC04) is known color: Citrus. HEX triplet: 9A, AC and 04. RGB value is (154,172,4). Sum of RGB (Red+Green+Blue) = 154+172+4=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAC04 is #6553FB. Grayscale: #949494. Windows color (decimal): -6640636 or 306330. OLE color: 306330.

HSL color Cylindrical-coordinate representation of color #9AAC04: hue angle of 66.43º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AAC04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 172 4 -
CMYK 0.10 0 0.98 0.33
HSL 66.43º 0.95% 0.35% -
HSV(B) 66.43º 0.98% 0.67% -
XYZ 28.1 36.38 5.66 -
YUV 147.47 47.04 132.66 -
System Red Green Blue C M Y K H S L
Decimal 154 172 4 0.10 0 0.98 0.33 66.43 0.95 0.35
Hex 9A AC 4 A 0 62 21 42 5F 23
Octal 232 254 4 12 0 142 41 102 137 43
Binary 10011010 10101100 100 1010 0 1100010 100001 1000010 1011111 100011

Color Harmonies of #9AAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAC04

Black with #9AAC04

Text Example


Text Example

White with #9AAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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