Html Css Color HEX #A1C603 Citrus

📋 copy color: '#A1C603'

red 161 ◦ green 198 ◦ blue 3

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

Shades of Citrus #A1C603

Tints of Citrus #A1C603

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.7%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 44.48%
G = 54.7%
B = 0.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#A1C603 (or 0xA1C603) is known color: Citrus. HEX triplet: A1, C6 and 03. RGB value is (161,198,3). Sum of RGB (Red+Green+Blue) = 161+198+3=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C603 is #5E39FC. Grayscale: #A5A5A5. Windows color (decimal): -6175229 or 247457. OLE color: 247457.

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

Color convert

RGB 161 198 3 -
CMYK 0.19 0 0.98 0.22
HSL 71.38º 0.97% 0.39% -
HSV(B) 71.38º 0.98% 0.78% -
XYZ 34.91 47.97 7.51 -
YUV 164.71 36.74 125.36 -
System Red Green Blue C M Y K H S L
Decimal 161 198 3 0.19 0 0.98 0.22 71.38 0.97 0.39
Hex A1 C6 3 13 0 62 16 47 61 27
Octal 241 306 3 23 0 142 26 107 141 47
Binary 10100001 11000110 11 10011 0 1100010 10110 1000111 1100001 100111

Color Harmonies of #A1C603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C603

Black with #A1C603

Text Example


Text Example

White with #A1C603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C603; }

 p { color: rgb(161,198,3); }

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

background-color css

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

 a { background-color: rgb(161,198,3); }

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

border-color css

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

 span { border-color: rgb(161,198,3); }

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