Html Css Color HEX #A2C606 Citrus

📋 copy color: '#A2C606'

red 162 ◦ green 198 ◦ blue 6

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

Shades of Citrus #A2C606

Tints of Citrus #A2C606

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

 GREEN value IS 198 (77.73% from 255) = 54.1%

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 44.26%
G = 54.1%
B = 1.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#A2C606 (or 0xA2C606) is known color: Citrus. HEX triplet: A2, C6 and 06. RGB value is (162,198,6). Sum of RGB (Red+Green+Blue) = 162+198+6=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C606 is #5D39F9. Grayscale: #A6A6A6. Windows color (decimal): -6109690 or 444066. OLE color: 444066.

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

Color convert

RGB 162 198 6 -
CMYK 0.18 0 0.97 0.22
HSL 71.25º 0.94% 0.4% -
HSV(B) 71.25º 0.97% 0.78% -
XYZ 35.13 48.08 7.6 -
YUV 165.35 38.07 125.61 -
System Red Green Blue C M Y K H S L
Decimal 162 198 6 0.18 0 0.97 0.22 71.25 0.94 0.4
Hex A2 C6 6 12 0 61 16 47 5E 28
Octal 242 306 6 22 0 141 26 107 136 50
Binary 10100010 11000110 110 10010 0 1100001 10110 1000111 1011110 101000

Color Harmonies of #A2C606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C606

Black with #A2C606

Text Example


Text Example

White with #A2C606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C606; }

 p { color: rgb(162,198,6); }

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

background-color css

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

 a { background-color: rgb(162,198,6); }

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

border-color css

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

 span { border-color: rgb(162,198,6); }

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