Html Css Color HEX #9AA401 Citrus

📋 copy color: '#9AA401'

red 154 ◦ green 164 ◦ blue 1

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

Shades of Citrus #9AA401

Tints of Citrus #9AA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.41%

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

R = 48.28%
G = 51.41%
B = 0.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#9AA401 (or 0x9AA401) is known color: Citrus. HEX triplet: 9A, A4 and 01. RGB value is (154,164,1). Sum of RGB (Red+Green+Blue) = 154+164+1=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA401 is #655BFE. Grayscale: #8F8F8F. Windows color (decimal): -6642687 or 107674. OLE color: 107674.

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

Color convert

RGB 154 164 1 -
CMYK 0.06 0 0.99 0.36
HSL 63.68º 0.99% 0.32% -
HSV(B) 63.68º 0.99% 0.64% -
XYZ 26.61 33.42 5.08 -
YUV 142.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 154 164 1 0.06 0 0.99 0.36 63.68 0.99 0.32
Hex 9A A4 1 6 0 63 24 40 63 20
Octal 232 244 1 6 0 143 44 100 143 40
Binary 10011010 10100100 1 110 0 1100011 100100 1000000 1100011 100000

Color Harmonies of #9AA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA401

Black with #9AA401

Text Example


Text Example

White with #9AA401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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