Html Css Color HEX #9AAD12 Citrus

📋 copy color: '#9AAD12'

red 154 ◦ green 173 ◦ blue 18

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

Shades of Citrus #9AAD12

Tints of Citrus #9AAD12

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.14%

 BLUE value IS 18 (7.42% from 255) = 5.22%

R = 44.64%
G = 50.14%
B = 5.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#9AAD12 (or 0x9AAD12) is known color: Citrus. HEX triplet: 9A, AD and 12. RGB value is (154,173,18). Sum of RGB (Red+Green+Blue) = 154+173+18=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAD12 is #6552ED. Grayscale: #969696. Windows color (decimal): -6640366 or 1224090. OLE color: 1224090.

HSL color Cylindrical-coordinate representation of color #9AAD12: hue angle of 67.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AAD12 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 173 18 -
CMYK 0.11 0 0.90 0.32
HSL 67.35º 0.81% 0.37% -
HSV(B) 67.35º 0.9% 0.68% -
XYZ 28.38 36.8 6.18 -
YUV 149.65 53.71 131.1 -
System Red Green Blue C M Y K H S L
Decimal 154 173 18 0.11 0 0.90 0.32 67.35 0.81 0.37
Hex 9A AD 12 B 0 5A 20 43 51 25
Octal 232 255 22 13 0 132 40 103 121 45
Binary 10011010 10101101 10010 1011 0 1011010 100000 1000011 1010001 100101

Color Harmonies of #9AAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAD12

Black with #9AAD12

Text Example


Text Example

White with #9AAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,173,18); }

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

background-color css

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

 a { background-color: rgb(154,173,18); }

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

border-color css

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

 span { border-color: rgb(154,173,18); }

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