Html Css Color HEX #A2C006 Citrus

📋 copy color: '#A2C006'

red 162 ◦ green 192 ◦ blue 6

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

Shades of Citrus #A2C006

Tints of Citrus #A2C006

RGB

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

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

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

R = 45%
G = 53.33%
B = 1.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#A2C006 (or 0xA2C006) is known color: Citrus. HEX triplet: A2, C0 and 06. RGB value is (162,192,6). Sum of RGB (Red+Green+Blue) = 162+192+6=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C006 is #5D3FF9. Grayscale: #A2A2A2. Windows color (decimal): -6111226 or 442530. OLE color: 442530.

HSL color Cylindrical-coordinate representation of color #A2C006: hue angle of 69.68º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2C006 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 6 -
CMYK 0.16 0 0.97 0.25
HSL 69.68º 0.94% 0.39% -
HSV(B) 69.68º 0.97% 0.75% -
XYZ 33.78 45.39 7.15 -
YUV 161.83 40.06 128.12 -
System Red Green Blue C M Y K H S L
Decimal 162 192 6 0.16 0 0.97 0.25 69.68 0.94 0.39
Hex A2 C0 6 10 0 61 19 46 5E 27
Octal 242 300 6 20 0 141 31 106 136 47
Binary 10100010 11000000 110 10000 0 1100001 11001 1000110 1011110 100111

Color Harmonies of #A2C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C006

Black with #A2C006

Text Example


Text Example

White with #A2C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C006; }

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

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

background-color css

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

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

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

border-color css

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

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

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