Html Css Color HEX #A6C001 Citrus

📋 copy color: '#A6C001'

red 166 ◦ green 192 ◦ blue 1

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

Shades of Citrus #A6C001

Tints of Citrus #A6C001

RGB

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

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

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

R = 46.24%
G = 53.48%
B = 0.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A6C001 (or 0xA6C001) is known color: Citrus. HEX triplet: A6, C0 and 01. RGB value is (166,192,1). Sum of RGB (Red+Green+Blue) = 166+192+1=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C001 is #593FFE. Grayscale: #A3A3A3. Windows color (decimal): -5849087 or 114854. OLE color: 114854.

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

Color convert

RGB 166 192 1 -
CMYK 0.14 0 0.99 0.25
HSL 68.17º 0.99% 0.38% -
HSV(B) 68.17º 0.99% 0.75% -
XYZ 34.58 45.81 7.05 -
YUV 162.45 36.89 130.53 -
System Red Green Blue C M Y K H S L
Decimal 166 192 1 0.14 0 0.99 0.25 68.17 0.99 0.38
Hex A6 C0 1 E 0 63 19 44 63 26
Octal 246 300 1 16 0 143 31 104 143 46
Binary 10100110 11000000 1 1110 0 1100011 11001 1000100 1100011 100110

Color Harmonies of #A6C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C001

Black with #A6C001

Text Example


Text Example

White with #A6C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C001; }

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

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

background-color css

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

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

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

border-color css

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

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

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