Html Css Color HEX #A1C404 Citrus

📋 copy color: '#A1C404'

red 161 ◦ green 196 ◦ blue 4

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

Shades of Citrus #A1C404

Tints of Citrus #A1C404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 54.29%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 44.6%
G = 54.29%
B = 1.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#A1C404 (or 0xA1C404) is known color: Citrus. HEX triplet: A1, C4 and 04. RGB value is (161,196,4). Sum of RGB (Red+Green+Blue) = 161+196+4=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C404 is #5E3BFB. Grayscale: #A4A4A4. Windows color (decimal): -6175740 or 312481. OLE color: 312481.

HSL color Cylindrical-coordinate representation of color #A1C404: hue angle of 70.94º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1C404 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 4 -
CMYK 0.18 0 0.98 0.23
HSL 70.94º 0.96% 0.39% -
HSV(B) 70.94º 0.98% 0.77% -
XYZ 34.46 47.07 7.38 -
YUV 163.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 161 196 4 0.18 0 0.98 0.23 70.94 0.96 0.39
Hex A1 C4 4 12 0 62 17 47 60 27
Octal 241 304 4 22 0 142 27 107 140 47
Binary 10100001 11000100 100 10010 0 1100010 10111 1000111 1100000 100111

Color Harmonies of #A1C404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C404

Black with #A1C404

Text Example


Text Example

White with #A1C404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C404; }

 p { color: rgb(161,196,4); }

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

background-color css

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

 a { background-color: rgb(161,196,4); }

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

border-color css

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

 span { border-color: rgb(161,196,4); }

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