Html Css Color HEX #9AAC1C Citrus

📋 copy color: '#9AAC1C'

red 154 ◦ green 172 ◦ blue 28

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

Shades of Citrus #9AAC1C

Tints of Citrus #9AAC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 43.5%
G = 48.59%
B = 7.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#9AAC1C (or 0x9AAC1C) is known color: Citrus. HEX triplet: 9A, AC and 1C. RGB value is (154,172,28). Sum of RGB (Red+Green+Blue) = 154+172+28=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAC1C is #6553E3. Grayscale: #969696. Windows color (decimal): -6640612 or 1879194. OLE color: 1879194.

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

Color convert

RGB 154 172 28 -
CMYK 0.10 0 0.84 0.33
HSL 67.5º 0.72% 0.39% -
HSV(B) 67.5º 0.84% 0.67% -
XYZ 28.29 36.46 6.64 -
YUV 150.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 154 172 28 0.10 0 0.84 0.33 67.5 0.72 0.39
Hex 9A AC 1C A 0 54 21 44 48 27
Octal 232 254 34 12 0 124 41 104 110 47
Binary 10011010 10101100 11100 1010 0 1010100 100001 1000100 1001000 100111

Color Harmonies of #9AAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAC1C

Black with #9AAC1C

Text Example


Text Example

White with #9AAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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