Html Css Color HEX #A2C100 Citrus

📋 copy color: '#A2C100'

red 162 ◦ green 193 ◦ blue 0

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

Shades of Citrus #A2C100

Tints of Citrus #A2C100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.63%
G = 54.37%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#A2C100 (or 0xA2C100) is known color: Citrus. HEX triplet: A2, C1 and 00. RGB value is (162,193,0). Sum of RGB (Red+Green+Blue) = 162+193+0=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C100 is #5D3EFF. Grayscale: #A2A2A2. Windows color (decimal): -6110976 or 49570. OLE color: 49570.

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

Color convert

RGB 162 193 0 -
CMYK 0.16 0 1 0.24
HSL 69.64º 1% 0.38% -
HSV(B) 69.64º 1% 0.76% -
XYZ 33.97 45.82 7.05 -
YUV 161.73 36.73 128.19 -
System Red Green Blue C M Y K H S L
Decimal 162 193 0 0.16 0 1 0.24 69.64 1 0.38
Hex A2 C1 0 10 0 64 18 46 64 26
Octal 242 301 0 20 0 144 30 106 144 46
Binary 10100010 11000001 0 10000 0 1100100 11000 1000110 1100100 100110

Color Harmonies of #A2C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C100

Black with #A2C100

Text Example


Text Example

White with #A2C100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C100; }

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

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

background-color css

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

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

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

border-color css

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

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

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