Html Css Color HEX #A6C802 Citrus

📋 copy color: '#A6C802'

red 166 ◦ green 200 ◦ blue 2

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

Shades of Citrus #A6C802

Tints of Citrus #A6C802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.35%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 45.11%
G = 54.35%
B = 0.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#A6C802 (or 0xA6C802) is known color: Citrus. HEX triplet: A6, C8 and 02. RGB value is (166,200,2). Sum of RGB (Red+Green+Blue) = 166+200+2=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C802 is #5937FD. Grayscale: #A8A8A8. Windows color (decimal): -5847038 or 182438. OLE color: 182438.

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

Color convert

RGB 166 200 2 -
CMYK 0.17 0 0.99 0.22
HSL 70.3º 0.98% 0.4% -
HSV(B) 70.3º 0.99% 0.78% -
XYZ 36.39 49.42 7.68 -
YUV 167.26 34.74 127.1 -
System Red Green Blue C M Y K H S L
Decimal 166 200 2 0.17 0 0.99 0.22 70.3 0.98 0.4
Hex A6 C8 2 11 0 63 16 46 62 28
Octal 246 310 2 21 0 143 26 106 142 50
Binary 10100110 11001000 10 10001 0 1100011 10110 1000110 1100010 101000

Color Harmonies of #A6C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C802

Black with #A6C802

Text Example


Text Example

White with #A6C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C802; }

 p { color: rgb(166,200,2); }

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

background-color css

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

 a { background-color: rgb(166,200,2); }

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

border-color css

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

 span { border-color: rgb(166,200,2); }

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