Html Css Color HEX #A2C004 Citrus

📋 copy color: '#A2C004'

red 162 ◦ green 192 ◦ blue 4

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

Shades of Citrus #A2C004

Tints of Citrus #A2C004

RGB

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

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

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

R = 45.25%
G = 53.63%
B = 1.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#A2C004 (or 0xA2C004) is known color: Citrus. HEX triplet: A2, C0 and 04. RGB value is (162,192,4). Sum of RGB (Red+Green+Blue) = 162+192+4=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C004 is #5D3FFB. Grayscale: #A2A2A2. Windows color (decimal): -6111228 or 311458. OLE color: 311458.

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

Color convert

RGB 162 192 4 -
CMYK 0.16 0 0.98 0.25
HSL 69.57º 0.96% 0.38% -
HSV(B) 69.57º 0.98% 0.75% -
XYZ 33.77 45.39 7.1 -
YUV 161.6 39.06 128.29 -
System Red Green Blue C M Y K H S L
Decimal 162 192 4 0.16 0 0.98 0.25 69.57 0.96 0.38
Hex A2 C0 4 10 0 62 19 46 60 26
Octal 242 300 4 20 0 142 31 106 140 46
Binary 10100010 11000000 100 10000 0 1100010 11001 1000110 1100000 100110

Color Harmonies of #A2C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C004

Black with #A2C004

Text Example


Text Example

White with #A2C004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C004; }

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

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

background-color css

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

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

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

border-color css

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

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

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