Html Css Color HEX #A1BC00 Citrus

📋 copy color: '#A1BC00'

red 161 ◦ green 188 ◦ blue 0

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

Shades of Citrus #A1BC00

Tints of Citrus #A1BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.87%

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

R = 46.13%
G = 53.87%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#A1BC00 (or 0xA1BC00) is known color: Citrus. HEX triplet: A1, BC and 00. RGB value is (161,188,0). Sum of RGB (Red+Green+Blue) = 161+188+0=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC00 is #5E43FF. Grayscale: #9F9F9F. Windows color (decimal): -6177792 or 48289. OLE color: 48289.

HSL color Cylindrical-coordinate representation of color #A1BC00: hue angle of 68.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1BC00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 0 -
CMYK 0.14 0 1 0.26
HSL 68.62º 1% 0.37% -
HSV(B) 68.62º 1% 0.74% -
XYZ 32.68 43.54 6.68 -
YUV 158.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 161 188 0 0.14 0 1 0.26 68.62 1 0.37
Hex A1 BC 0 E 0 64 1A 45 64 25
Octal 241 274 0 16 0 144 32 105 144 45
Binary 10100001 10111100 0 1110 0 1100100 11010 1000101 1100100 100101

Color Harmonies of #A1BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC00

Black with #A1BC00

Text Example


Text Example

White with #A1BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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