Html Css Color HEX #A2C603 Citrus

📋 copy color: '#A2C603'

red 162 ◦ green 198 ◦ blue 3

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

Shades of Citrus #A2C603

Tints of Citrus #A2C603

RGB

 RED value IS 162 (63.67% from 255) = 44.63%

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

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

R = 44.63%
G = 54.55%
B = 0.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#A2C603 (or 0xA2C603) is known color: Citrus. HEX triplet: A2, C6 and 03. RGB value is (162,198,3). Sum of RGB (Red+Green+Blue) = 162+198+3=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C603 is #5D39FC. Grayscale: #A5A5A5. Windows color (decimal): -6109693 or 247458. OLE color: 247458.

HSL color Cylindrical-coordinate representation of color #A2C603: hue angle of 71.08º 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 #A2C603 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 3 -
CMYK 0.18 0 0.98 0.22
HSL 71.08º 0.97% 0.39% -
HSV(B) 71.08º 0.98% 0.78% -
XYZ 35.11 48.08 7.52 -
YUV 165.01 36.57 125.86 -
System Red Green Blue C M Y K H S L
Decimal 162 198 3 0.18 0 0.98 0.22 71.08 0.97 0.39
Hex A2 C6 3 12 0 62 16 47 61 27
Octal 242 306 3 22 0 142 26 107 141 47
Binary 10100010 11000110 11 10010 0 1100010 10110 1000111 1100001 100111

Color Harmonies of #A2C603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C603

Black with #A2C603

Text Example


Text Example

White with #A2C603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C603; }

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

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

background-color css

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

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

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

border-color css

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

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

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