Html Css Color HEX #A2C504 Citrus

📋 copy color: '#A2C504'

red 162 ◦ green 197 ◦ blue 4

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

Shades of Citrus #A2C504

Tints of Citrus #A2C504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.27%

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

R = 44.63%
G = 54.27%
B = 1.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#A2C504 (or 0xA2C504) is known color: Citrus. HEX triplet: A2, C5 and 04. RGB value is (162,197,4). Sum of RGB (Red+Green+Blue) = 162+197+4=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C504 is #5D3AFB. Grayscale: #A5A5A5. Windows color (decimal): -6109948 or 312738. OLE color: 312738.

HSL color Cylindrical-coordinate representation of color #A2C504: hue angle of 70.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2C504 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 4 -
CMYK 0.18 0 0.98 0.23
HSL 70.88º 0.96% 0.39% -
HSV(B) 70.88º 0.98% 0.77% -
XYZ 34.89 47.62 7.47 -
YUV 164.53 37.4 126.19 -
System Red Green Blue C M Y K H S L
Decimal 162 197 4 0.18 0 0.98 0.23 70.88 0.96 0.39
Hex A2 C5 4 12 0 62 17 47 60 27
Octal 242 305 4 22 0 142 27 107 140 47
Binary 10100010 11000101 100 10010 0 1100010 10111 1000111 1100000 100111

Color Harmonies of #A2C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C504

Black with #A2C504

Text Example


Text Example

White with #A2C504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C504; }

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

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

background-color css

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

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

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

border-color css

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

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

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