Html Css Color HEX #9AA901 Citrus

📋 copy color: '#9AA901'

red 154 ◦ green 169 ◦ blue 1

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

Shades of Citrus #9AA901

Tints of Citrus #9AA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.16%

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

R = 47.53%
G = 52.16%
B = 0.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#9AA901 (or 0x9AA901) is known color: Citrus. HEX triplet: 9A, A9 and 01. RGB value is (154,169,1). Sum of RGB (Red+Green+Blue) = 154+169+1=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA901 is #6556FE. Grayscale: #929292. Windows color (decimal): -6641407 or 108954. OLE color: 108954.

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

Color convert

RGB 154 169 1 -
CMYK 0.09 0 0.99 0.34
HSL 65.36º 0.99% 0.33% -
HSV(B) 65.36º 0.99% 0.66% -
XYZ 27.52 35.25 5.38 -
YUV 145.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 154 169 1 0.09 0 0.99 0.34 65.36 0.99 0.33
Hex 9A A9 1 9 0 63 22 41 63 21
Octal 232 251 1 11 0 143 42 101 143 41
Binary 10011010 10101001 1 1001 0 1100011 100010 1000001 1100011 100001

Color Harmonies of #9AA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA901

Black with #9AA901

Text Example


Text Example

White with #9AA901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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