Html Css Color HEX #9AA228 Citron

📋 copy color: '#9AA228'

red 154 ◦ green 162 ◦ blue 40

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

Shades of Citron #9AA228

Tints of Citron #9AA228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 43.26%
G = 45.51%
B = 11.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#9AA228 (or 0x9AA228) is known color: Citron. HEX triplet: 9A, A2 and 28. RGB value is (154,162,40). Sum of RGB (Red+Green+Blue) = 154+162+40=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA228 is #655DD7. Grayscale: #929292. Windows color (decimal): -6643160 or 2663066. OLE color: 2663066.

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

Color convert

RGB 154 162 40 -
CMYK 0.05 0 0.75 0.36
HSL 63.93º 0.6% 0.4% -
HSV(B) 63.93º 0.75% 0.64% -
XYZ 26.63 32.86 6.95 -
YUV 145.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 154 162 40 0.05 0 0.75 0.36 63.93 0.6 0.4
Hex 9A A2 28 5 0 4B 24 40 3C 28
Octal 232 242 50 5 0 113 44 100 74 50
Binary 10011010 10100010 101000 101 0 1001011 100100 1000000 111100 101000

Color Harmonies of #9AA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA228

Black with #9AA228

Text Example


Text Example

White with #9AA228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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