Html Css Color HEX #A2C802 Citrus

📋 copy color: '#A2C802'

red 162 ◦ green 200 ◦ blue 2

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

Shades of Citrus #A2C802

Tints of Citrus #A2C802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.95%

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

R = 44.51%
G = 54.95%
B = 0.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#A2C802 (or 0xA2C802) is known color: Citrus. HEX triplet: A2, C8 and 02. RGB value is (162,200,2). Sum of RGB (Red+Green+Blue) = 162+200+2=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C802 is #5D37FD. Grayscale: #A6A6A6. Windows color (decimal): -6109182 or 182434. OLE color: 182434.

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

Color convert

RGB 162 200 2 -
CMYK 0.19 0 0.99 0.22
HSL 71.52º 0.98% 0.4% -
HSV(B) 71.52º 0.99% 0.78% -
XYZ 35.57 48.99 7.64 -
YUV 166.07 35.41 125.1 -
System Red Green Blue C M Y K H S L
Decimal 162 200 2 0.19 0 0.99 0.22 71.52 0.98 0.4
Hex A2 C8 2 13 0 63 16 48 62 28
Octal 242 310 2 23 0 143 26 110 142 50
Binary 10100010 11001000 10 10011 0 1100011 10110 1001000 1100010 101000

Color Harmonies of #A2C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C802

Black with #A2C802

Text Example


Text Example

White with #A2C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C802; }

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

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

background-color css

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

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

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

border-color css

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

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

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