Html Css Color HEX #A2C904 Citrus

📋 copy color: '#A2C904'

red 162 ◦ green 201 ◦ blue 4

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

Shades of Citrus #A2C904

Tints of Citrus #A2C904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.77%

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

R = 44.14%
G = 54.77%
B = 1.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#A2C904 (or 0xA2C904) is known color: Citrus. HEX triplet: A2, C9 and 04. RGB value is (162,201,4). Sum of RGB (Red+Green+Blue) = 162+201+4=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C904 is #5D36FB. Grayscale: #A7A7A7. Windows color (decimal): -6108924 or 313762. OLE color: 313762.

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

Color convert

RGB 162 201 4 -
CMYK 0.19 0 0.98 0.21
HSL 71.88º 0.96% 0.4% -
HSV(B) 71.88º 0.98% 0.79% -
XYZ 35.81 49.46 7.77 -
YUV 166.88 36.08 124.52 -
System Red Green Blue C M Y K H S L
Decimal 162 201 4 0.19 0 0.98 0.21 71.88 0.96 0.4
Hex A2 C9 4 13 0 62 15 48 60 28
Octal 242 311 4 23 0 142 25 110 140 50
Binary 10100010 11001001 100 10011 0 1100010 10101 1001000 1100000 101000

Color Harmonies of #A2C904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C904

Black with #A2C904

Text Example


Text Example

White with #A2C904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C904; }

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

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

background-color css

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

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

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

border-color css

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

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

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