Html Css Color HEX #A2C002 Citrus

📋 copy color: '#A2C002'

red 162 ◦ green 192 ◦ blue 2

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

Shades of Citrus #A2C002

Tints of Citrus #A2C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.93%

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

R = 45.51%
G = 53.93%
B = 0.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A2C002 (or 0xA2C002) is known color: Citrus. HEX triplet: A2, C0 and 02. RGB value is (162,192,2). Sum of RGB (Red+Green+Blue) = 162+192+2=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C002 is #5D3FFD. Grayscale: #A2A2A2. Windows color (decimal): -6111230 or 180386. OLE color: 180386.

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

Color convert

RGB 162 192 2 -
CMYK 0.16 0 0.99 0.25
HSL 69.47º 0.98% 0.38% -
HSV(B) 69.47º 0.99% 0.75% -
XYZ 33.76 45.39 7.04 -
YUV 161.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 162 192 2 0.16 0 0.99 0.25 69.47 0.98 0.38
Hex A2 C0 2 10 0 63 19 45 62 26
Octal 242 300 2 20 0 143 31 105 142 46
Binary 10100010 11000000 10 10000 0 1100011 11001 1000101 1100010 100110

Color Harmonies of #A2C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C002

Black with #A2C002

Text Example


Text Example

White with #A2C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C002; }

 p { color: rgb(162,192,2); }

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

background-color css

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

 a { background-color: rgb(162,192,2); }

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

border-color css

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

 span { border-color: rgb(162,192,2); }

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