Html Css Color HEX #9AAD10 Citrus

📋 copy color: '#9AAD10'

red 154 ◦ green 173 ◦ blue 16

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

Shades of Citrus #9AAD10

Tints of Citrus #9AAD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 44.9%
G = 50.44%
B = 4.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#9AAD10 (or 0x9AAD10) is known color: Citrus. HEX triplet: 9A, AD and 10. RGB value is (154,173,16). Sum of RGB (Red+Green+Blue) = 154+173+16=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAD10 is #6552EF. Grayscale: #969696. Windows color (decimal): -6640368 or 1093018. OLE color: 1093018.

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

Color convert

RGB 154 173 16 -
CMYK 0.11 0 0.91 0.32
HSL 67.26º 0.83% 0.37% -
HSV(B) 67.26º 0.91% 0.68% -
XYZ 28.36 36.79 6.1 -
YUV 149.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 154 173 16 0.11 0 0.91 0.32 67.26 0.83 0.37
Hex 9A AD 10 B 0 5B 20 43 53 25
Octal 232 255 20 13 0 133 40 103 123 45
Binary 10011010 10101101 10000 1011 0 1011011 100000 1000011 1010011 100101

Color Harmonies of #9AAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAD10

Black with #9AAD10

Text Example


Text Example

White with #9AAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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