Html Css Color HEX #A6C401 Citrus

📋 copy color: '#A6C401'

red 166 ◦ green 196 ◦ blue 1

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

Shades of Citrus #A6C401

Tints of Citrus #A6C401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.99%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 45.73%
G = 53.99%
B = 0.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#A6C401 (or 0xA6C401) is known color: Citrus. HEX triplet: A6, C4 and 01. RGB value is (166,196,1). Sum of RGB (Red+Green+Blue) = 166+196+1=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C401 is #593BFE. Grayscale: #A5A5A5. Windows color (decimal): -5848063 or 115878. OLE color: 115878.

HSL color Cylindrical-coordinate representation of color #A6C401: hue angle of 69.23º degrees, saturation: 0.99, 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 #A6C401 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 196 1 -
CMYK 0.15 0 0.99 0.23
HSL 69.23º 0.99% 0.39% -
HSV(B) 69.23º 0.99% 0.77% -
XYZ 35.47 47.59 7.34 -
YUV 164.8 35.56 128.86 -
System Red Green Blue C M Y K H S L
Decimal 166 196 1 0.15 0 0.99 0.23 69.23 0.99 0.39
Hex A6 C4 1 F 0 63 17 45 63 27
Octal 246 304 1 17 0 143 27 105 143 47
Binary 10100110 11000100 1 1111 0 1100011 10111 1000101 1100011 100111

Color Harmonies of #A6C401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C401

Black with #A6C401

Text Example


Text Example

White with #A6C401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C401; }

 p { color: rgb(166,196,1); }

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

background-color css

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

 a { background-color: rgb(166,196,1); }

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

border-color css

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

 span { border-color: rgb(166,196,1); }

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