Html Css Color HEX #A1C301 Citrus

📋 copy color: '#A1C301'

red 161 ◦ green 195 ◦ blue 1

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

Shades of Citrus #A1C301

Tints of Citrus #A1C301

RGB

 RED value IS 161 (63.28% from 255) = 45.1%

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

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

R = 45.1%
G = 54.62%
B = 0.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A1C301 (or 0xA1C301) is known color: Citrus. HEX triplet: A1, C3 and 01. RGB value is (161,195,1). Sum of RGB (Red+Green+Blue) = 161+195+1=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C301 is #5E3CFE. Grayscale: #A3A3A3. Windows color (decimal): -6175999 or 115617. OLE color: 115617.

HSL color Cylindrical-coordinate representation of color #A1C301: hue angle of 70.52º 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 #A1C301 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 1 -
CMYK 0.17 0 0.99 0.24
HSL 70.52º 0.99% 0.38% -
HSV(B) 70.52º 0.99% 0.76% -
XYZ 34.22 46.61 7.22 -
YUV 162.72 36.74 126.77 -
System Red Green Blue C M Y K H S L
Decimal 161 195 1 0.17 0 0.99 0.24 70.52 0.99 0.38
Hex A1 C3 1 11 0 63 18 47 63 26
Octal 241 303 1 21 0 143 30 107 143 46
Binary 10100001 11000011 1 10001 0 1100011 11000 1000111 1100011 100110

Color Harmonies of #A1C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C301

Black with #A1C301

Text Example


Text Example

White with #A1C301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C301; }

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

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

background-color css

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

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

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

border-color css

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

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

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