Html Css Color HEX #9AA10D Citrus

📋 copy color: '#9AA10D'

red 154 ◦ green 161 ◦ blue 13

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

Shades of Citrus #9AA10D

Tints of Citrus #9AA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.09%

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 46.95%
G = 49.09%
B = 3.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#9AA10D (or 0x9AA10D) is known color: Citrus. HEX triplet: 9A, A1 and 0D. RGB value is (154,161,13). Sum of RGB (Red+Green+Blue) = 154+161+13=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA10D is #655EF2. Grayscale: #8E8E8E. Windows color (decimal): -6643443 or 893338. OLE color: 893338.

HSL color Cylindrical-coordinate representation of color #9AA10D: hue angle of 62.84º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AA10D is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 161 13 -
CMYK 0.04 0 0.92 0.37
HSL 62.84º 0.85% 0.34% -
HSV(B) 62.84º 0.92% 0.63% -
XYZ 26.14 32.39 5.25 -
YUV 142.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 154 161 13 0.04 0 0.92 0.37 62.84 0.85 0.34
Hex 9A A1 D 4 0 5C 25 3F 55 22
Octal 232 241 15 4 0 134 45 77 125 42
Binary 10011010 10100001 1101 100 0 1011100 100101 111111 1010101 100010

Color Harmonies of #9AA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA10D

Black with #9AA10D

Text Example


Text Example

White with #9AA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,161,13); }

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

background-color css

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

 a { background-color: rgb(154,161,13); }

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

border-color css

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

 span { border-color: rgb(154,161,13); }

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