Html Css Color HEX #A1C000 Citrus

📋 copy color: '#A1C000'

red 161 ◦ green 192 ◦ blue 0

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

Shades of Citrus #A1C000

Tints of Citrus #A1C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.61%
G = 54.39%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#A1C000 (or 0xA1C000) is known color: Citrus. HEX triplet: A1, C0 and 00. RGB value is (161,192,0). Sum of RGB (Red+Green+Blue) = 161+192+0=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C000 is #5E3FFF. Grayscale: #A1A1A1. Windows color (decimal): -6176768 or 49313. OLE color: 49313.

HSL color Cylindrical-coordinate representation of color #A1C000: hue angle of 69.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1C000 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 0 -
CMYK 0.16 0 1 0.25
HSL 69.69º 1% 0.38% -
HSV(B) 69.69º 1% 0.75% -
XYZ 33.55 45.28 6.97 -
YUV 160.84 37.23 128.11 -
System Red Green Blue C M Y K H S L
Decimal 161 192 0 0.16 0 1 0.25 69.69 1 0.38
Hex A1 C0 0 10 0 64 19 46 64 26
Octal 241 300 0 20 0 144 31 106 144 46
Binary 10100001 11000000 0 10000 0 1100100 11001 1000110 1100100 100110

Color Harmonies of #A1C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C000

Black with #A1C000

Text Example


Text Example

White with #A1C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C000; }

 p { color: rgb(161,192,0); }

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

background-color css

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

 a { background-color: rgb(161,192,0); }

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

border-color css

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

 span { border-color: rgb(161,192,0); }

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