Html Css Color HEX #9AAC18 Citrus

📋 copy color: '#9AAC18'

red 154 ◦ green 172 ◦ blue 24

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

Shades of Citrus #9AAC18

Tints of Citrus #9AAC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 44%
G = 49.14%
B = 6.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#9AAC18 (or 0x9AAC18) is known color: Citrus. HEX triplet: 9A, AC and 18. RGB value is (154,172,24). Sum of RGB (Red+Green+Blue) = 154+172+24=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAC18 is #6553E7. Grayscale: #969696. Windows color (decimal): -6640616 or 1617050. OLE color: 1617050.

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

Color convert

RGB 154 172 24 -
CMYK 0.10 0 0.86 0.33
HSL 67.3º 0.76% 0.38% -
HSV(B) 67.3º 0.86% 0.67% -
XYZ 28.24 36.44 6.41 -
YUV 149.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 154 172 24 0.10 0 0.86 0.33 67.3 0.76 0.38
Hex 9A AC 18 A 0 56 21 43 4C 26
Octal 232 254 30 12 0 126 41 103 114 46
Binary 10011010 10101100 11000 1010 0 1010110 100001 1000011 1001100 100110

Color Harmonies of #9AAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAC18

Black with #9AAC18

Text Example


Text Example

White with #9AAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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