Html Css Color HEX #A1C701 Citrus

📋 copy color: '#A1C701'

red 161 ◦ green 199 ◦ blue 1

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

Shades of Citrus #A1C701

Tints of Citrus #A1C701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.12%

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

R = 44.6%
G = 55.12%
B = 0.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#A1C701 (or 0xA1C701) is known color: Citrus. HEX triplet: A1, C7 and 01. RGB value is (161,199,1). Sum of RGB (Red+Green+Blue) = 161+199+1=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C701 is #5E38FE. Grayscale: #A5A5A5. Windows color (decimal): -6174975 or 116641. OLE color: 116641.

HSL color Cylindrical-coordinate representation of color #A1C701: hue angle of 71.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1C701 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 199 1 -
CMYK 0.19 0 0.99 0.22
HSL 71.52º 0.99% 0.39% -
HSV(B) 71.52º 0.99% 0.78% -
XYZ 35.13 48.43 7.52 -
YUV 165.07 35.41 125.1 -
System Red Green Blue C M Y K H S L
Decimal 161 199 1 0.19 0 0.99 0.22 71.52 0.99 0.39
Hex A1 C7 1 13 0 63 16 48 63 27
Octal 241 307 1 23 0 143 26 110 143 47
Binary 10100001 11000111 1 10011 0 1100011 10110 1001000 1100011 100111

Color Harmonies of #A1C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C701

Black with #A1C701

Text Example


Text Example

White with #A1C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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