Html Css Color HEX #A2C103 Citrus

📋 copy color: '#A2C103'

red 162 ◦ green 193 ◦ blue 3

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

Shades of Citrus #A2C103

Tints of Citrus #A2C103

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

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

R = 45.25%
G = 53.91%
B = 0.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#A2C103 (or 0xA2C103) is known color: Citrus. HEX triplet: A2, C1 and 03. RGB value is (162,193,3). Sum of RGB (Red+Green+Blue) = 162+193+3=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C103 is #5D3EFC. Grayscale: #A2A2A2. Windows color (decimal): -6110973 or 246178. OLE color: 246178.

HSL color Cylindrical-coordinate representation of color #A2C103: hue angle of 69.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2C103 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 3 -
CMYK 0.16 0 0.98 0.24
HSL 69.79º 0.97% 0.38% -
HSV(B) 69.79º 0.98% 0.76% -
XYZ 33.99 45.83 7.14 -
YUV 162.07 38.23 127.95 -
System Red Green Blue C M Y K H S L
Decimal 162 193 3 0.16 0 0.98 0.24 69.79 0.97 0.38
Hex A2 C1 3 10 0 62 18 46 61 26
Octal 242 301 3 20 0 142 30 106 141 46
Binary 10100010 11000001 11 10000 0 1100010 11000 1000110 1100001 100110

Color Harmonies of #A2C103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C103

Black with #A2C103

Text Example


Text Example

White with #A2C103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C103; }

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

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

background-color css

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

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

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

border-color css

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

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

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