Html Css Color HEX #A4C502 Citrus

📋 copy color: '#A4C502'

red 164 ◦ green 197 ◦ blue 2

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

Shades of Citrus #A4C502

Tints of Citrus #A4C502

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

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

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

R = 45.18%
G = 54.27%
B = 0.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#A4C502 (or 0xA4C502) is known color: Citrus. HEX triplet: A4, C5 and 02. RGB value is (164,197,2). Sum of RGB (Red+Green+Blue) = 164+197+2=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C502 is #5B3AFD. Grayscale: #A5A5A5. Windows color (decimal): -5978878 or 181668. OLE color: 181668.

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

Color convert

RGB 164 197 2 -
CMYK 0.17 0 0.99 0.23
HSL 70.15º 0.98% 0.39% -
HSV(B) 70.15º 0.99% 0.77% -
XYZ 35.29 47.83 7.43 -
YUV 164.9 36.07 127.36 -
System Red Green Blue C M Y K H S L
Decimal 164 197 2 0.17 0 0.99 0.23 70.15 0.98 0.39
Hex A4 C5 2 11 0 63 17 46 62 27
Octal 244 305 2 21 0 143 27 106 142 47
Binary 10100100 11000101 10 10001 0 1100011 10111 1000110 1100010 100111

Color Harmonies of #A4C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C502

Black with #A4C502

Text Example


Text Example

White with #A4C502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C502; }

 p { color: rgb(164,197,2); }

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

background-color css

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

 a { background-color: rgb(164,197,2); }

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

border-color css

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

 span { border-color: rgb(164,197,2); }

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