Html Css Color HEX #A6C70C Citrus

📋 copy color: '#A6C70C'

red 166 ◦ green 199 ◦ blue 12

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

Shades of Citrus #A6C70C

Tints of Citrus #A6C70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.79%

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 44.03%
G = 52.79%
B = 3.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#A6C70C (or 0xA6C70C) is known color: Citrus. HEX triplet: A6, C7 and 0C. RGB value is (166,199,12). Sum of RGB (Red+Green+Blue) = 166+199+12=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C70C is #5938F3. Grayscale: #A8A8A8. Windows color (decimal): -5847284 or 837542. OLE color: 837542.

HSL color Cylindrical-coordinate representation of color #A6C70C: hue angle of 70.59º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6C70C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 199 12 -
CMYK 0.17 0 0.94 0.22
HSL 70.59º 0.89% 0.41% -
HSV(B) 70.59º 0.94% 0.78% -
XYZ 36.22 48.98 7.89 -
YUV 167.82 40.07 126.71 -
System Red Green Blue C M Y K H S L
Decimal 166 199 12 0.17 0 0.94 0.22 70.59 0.89 0.41
Hex A6 C7 C 11 0 5E 16 47 59 29
Octal 246 307 14 21 0 136 26 107 131 51
Binary 10100110 11000111 1100 10001 0 1011110 10110 1000111 1011001 101001

Color Harmonies of #A6C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C70C

Black with #A6C70C

Text Example


Text Example

White with #A6C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C70C; }

 p { color: rgb(166,199,12); }

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

background-color css

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

 a { background-color: rgb(166,199,12); }

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

border-color css

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

 span { border-color: rgb(166,199,12); }

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