Html Css Color HEX #9AA224 Citron

📋 copy color: '#9AA224'

red 154 ◦ green 162 ◦ blue 36

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

Shades of Citron #9AA224

Tints of Citron #9AA224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.02%

 BLUE value IS 36 (14.45% from 255) = 10.23%

R = 43.75%
G = 46.02%
B = 10.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#9AA224 (or 0x9AA224) is known color: Citron. HEX triplet: 9A, A2 and 24. RGB value is (154,162,36). Sum of RGB (Red+Green+Blue) = 154+162+36=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA224 is #655DDB. Grayscale: #919191. Windows color (decimal): -6643164 or 2400922. OLE color: 2400922.

HSL color Cylindrical-coordinate representation of color #9AA224: hue angle of 63.81º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9AA224 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 162 36 -
CMYK 0.05 0 0.78 0.36
HSL 63.81º 0.64% 0.39% -
HSV(B) 63.81º 0.78% 0.64% -
XYZ 26.57 32.84 6.61 -
YUV 145.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 154 162 36 0.05 0 0.78 0.36 63.81 0.64 0.39
Hex 9A A2 24 5 0 4E 24 40 40 27
Octal 232 242 44 5 0 116 44 100 100 47
Binary 10011010 10100010 100100 101 0 1001110 100100 1000000 1000000 100111

Color Harmonies of #9AA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA224

Black with #9AA224

Text Example


Text Example

White with #9AA224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,162,36); }

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

background-color css

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

 a { background-color: rgb(154,162,36); }

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

border-color css

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

 span { border-color: rgb(154,162,36); }

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