Html Css Color HEX #9AAD01 Citrus

📋 copy color: '#9AAD01'

red 154 ◦ green 173 ◦ blue 1

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

Shades of Citrus #9AAD01

Tints of Citrus #9AAD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 46.95%
G = 52.74%
B = 0.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#9AAD01 (or 0x9AAD01) is known color: Citrus. HEX triplet: 9A, AD and 01. RGB value is (154,173,1). Sum of RGB (Red+Green+Blue) = 154+173+1=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAD01 is #6552FE. Grayscale: #949494. Windows color (decimal): -6640383 or 109978. OLE color: 109978.

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

Color convert

RGB 154 173 1 -
CMYK 0.11 0 0.99 0.32
HSL 66.63º 0.99% 0.34% -
HSV(B) 66.63º 0.99% 0.68% -
XYZ 28.28 36.76 5.63 -
YUV 147.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 154 173 1 0.11 0 0.99 0.32 66.63 0.99 0.34
Hex 9A AD 1 B 0 63 20 43 63 22
Octal 232 255 1 13 0 143 40 103 143 42
Binary 10011010 10101101 1 1011 0 1100011 100000 1000011 1100011 100010

Color Harmonies of #9AAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAD01

Black with #9AAD01

Text Example


Text Example

White with #9AAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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