Html Css Color HEX #A2C804 Citrus

📋 copy color: '#A2C804'

red 162 ◦ green 200 ◦ blue 4

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

Shades of Citrus #A2C804

Tints of Citrus #A2C804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 44.26%
G = 54.64%
B = 1.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#A2C804 (or 0xA2C804) is known color: Citrus. HEX triplet: A2, C8 and 04. RGB value is (162,200,4). Sum of RGB (Red+Green+Blue) = 162+200+4=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C804 is #5D37FB. Grayscale: #A7A7A7. Windows color (decimal): -6109180 or 313506. OLE color: 313506.

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

Color convert

RGB 162 200 4 -
CMYK 0.19 0 0.98 0.22
HSL 71.63º 0.96% 0.4% -
HSV(B) 71.63º 0.98% 0.78% -
XYZ 35.58 49 7.7 -
YUV 166.29 36.41 124.94 -
System Red Green Blue C M Y K H S L
Decimal 162 200 4 0.19 0 0.98 0.22 71.63 0.96 0.4
Hex A2 C8 4 13 0 62 16 48 60 28
Octal 242 310 4 23 0 142 26 110 140 50
Binary 10100010 11001000 100 10011 0 1100010 10110 1001000 1100000 101000

Color Harmonies of #A2C804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C804

Black with #A2C804

Text Example


Text Example

White with #A2C804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C804; }

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

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

background-color css

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

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

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

border-color css

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

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

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