Html Css Color HEX #A9C301 Citrus

📋 copy color: '#A9C301'

red 169 ◦ green 195 ◦ blue 1

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

Shades of Citrus #A9C301

Tints of Citrus #A9C301

RGB

 RED value IS 169 (66.41% from 255) = 46.3%

 GREEN value IS 195 (76.56% from 255) = 53.42%

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

R = 46.3%
G = 53.42%
B = 0.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A9C301 (or 0xA9C301) is known color: Citrus. HEX triplet: A9, C3 and 01. RGB value is (169,195,1). Sum of RGB (Red+Green+Blue) = 169+195+1=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C301 is #563CFE. Grayscale: #A5A5A5. Windows color (decimal): -5651711 or 115625. OLE color: 115625.

HSL color Cylindrical-coordinate representation of color #A9C301: hue angle of 68.04º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9C301 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 195 1 -
CMYK 0.13 0 0.99 0.24
HSL 68.04º 0.99% 0.38% -
HSV(B) 68.04º 0.99% 0.76% -
XYZ 35.88 47.47 7.3 -
YUV 165.11 35.39 130.77 -
System Red Green Blue C M Y K H S L
Decimal 169 195 1 0.13 0 0.99 0.24 68.04 0.99 0.38
Hex A9 C3 1 D 0 63 18 44 63 26
Octal 251 303 1 15 0 143 30 104 143 46
Binary 10101001 11000011 1 1101 0 1100011 11000 1000100 1100011 100110

Color Harmonies of #A9C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C301

Black with #A9C301

Text Example


Text Example

White with #A9C301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C301; }

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

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

background-color css

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

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

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

border-color css

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

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

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