Html Css Color HEX #A6C00A Citrus

📋 copy color: '#A6C00A'

red 166 ◦ green 192 ◦ blue 10

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

Shades of Citrus #A6C00A

Tints of Citrus #A6C00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.72%

R = 45.11%
G = 52.17%
B = 2.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#A6C00A (or 0xA6C00A) is known color: Citrus. HEX triplet: A6, C0 and 0A. RGB value is (166,192,10). Sum of RGB (Red+Green+Blue) = 166+192+10=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C00A is #593FF5. Grayscale: #A4A4A4. Windows color (decimal): -5849078 or 704678. OLE color: 704678.

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

Color convert

RGB 166 192 10 -
CMYK 0.14 0 0.95 0.25
HSL 68.57º 0.9% 0.4% -
HSV(B) 68.57º 0.95% 0.75% -
XYZ 34.63 45.83 7.31 -
YUV 163.48 41.39 129.8 -
System Red Green Blue C M Y K H S L
Decimal 166 192 10 0.14 0 0.95 0.25 68.57 0.9 0.4
Hex A6 C0 A E 0 5F 19 45 5A 28
Octal 246 300 12 16 0 137 31 105 132 50
Binary 10100110 11000000 1010 1110 0 1011111 11001 1000101 1011010 101000

Color Harmonies of #A6C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C00A

Black with #A6C00A

Text Example


Text Example

White with #A6C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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