Html Css Color HEX #A1C802 Citrus

📋 copy color: '#A1C802'

red 161 ◦ green 200 ◦ blue 2

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

Shades of Citrus #A1C802

Tints of Citrus #A1C802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.1%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 44.35%
G = 55.1%
B = 0.55%

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

#A1C802 (or 0xA1C802) is known color: Citrus. HEX triplet: A1, C8 and 02. RGB value is (161,200,2). Sum of RGB (Red+Green+Blue) = 161+200+2=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C802 is #5E37FD. Grayscale: #A6A6A6. Windows color (decimal): -6174718 or 182433. OLE color: 182433.

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

Color convert

RGB 161 200 2 -
CMYK 0.19 0 0.99 0.22
HSL 71.82º 0.98% 0.4% -
HSV(B) 71.82º 0.99% 0.78% -
XYZ 35.36 48.89 7.63 -
YUV 165.77 35.58 124.6 -
System Red Green Blue C M Y K H S L
Decimal 161 200 2 0.19 0 0.99 0.22 71.82 0.98 0.4
Hex A1 C8 2 13 0 63 16 48 62 28
Octal 241 310 2 23 0 143 26 110 142 50
Binary 10100001 11001000 10 10011 0 1100011 10110 1001000 1100010 101000

Color Harmonies of #A1C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C802

Black with #A1C802

Text Example


Text Example

White with #A1C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C802; }

 p { color: rgb(161,200,2); }

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

background-color css

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

 a { background-color: rgb(161,200,2); }

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

border-color css

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

 span { border-color: rgb(161,200,2); }

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