Html Css Color HEX #A6C504 Citrus

📋 copy color: '#A6C504'

red 166 ◦ green 197 ◦ blue 4

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

Shades of Citrus #A6C504

Tints of Citrus #A6C504

RGB

 RED value IS 166 (65.23% from 255) = 45.23%

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

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

R = 45.23%
G = 53.68%
B = 1.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#A6C504 (or 0xA6C504) is known color: Citrus. HEX triplet: A6, C5 and 04. RGB value is (166,197,4). Sum of RGB (Red+Green+Blue) = 166+197+4=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C504 is #593AFB. Grayscale: #A6A6A6. Windows color (decimal): -5847804 or 312742. OLE color: 312742.

HSL color Cylindrical-coordinate representation of color #A6C504: hue angle of 69.64º 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 #A6C504 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 197 4 -
CMYK 0.16 0 0.98 0.23
HSL 69.64º 0.96% 0.39% -
HSV(B) 69.64º 0.98% 0.77% -
XYZ 35.71 48.05 7.51 -
YUV 165.73 36.73 128.19 -
System Red Green Blue C M Y K H S L
Decimal 166 197 4 0.16 0 0.98 0.23 69.64 0.96 0.39
Hex A6 C5 4 10 0 62 17 46 60 27
Octal 246 305 4 20 0 142 27 106 140 47
Binary 10100110 11000101 100 10000 0 1100010 10111 1000110 1100000 100111

Color Harmonies of #A6C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C504

Black with #A6C504

Text Example


Text Example

White with #A6C504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C504; }

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

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

background-color css

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

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

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

border-color css

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

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

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