Html Css Color HEX #A2C306 Citrus

📋 copy color: '#A2C306'

red 162 ◦ green 195 ◦ blue 6

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

Shades of Citrus #A2C306

Tints of Citrus #A2C306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.72%

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

R = 44.63%
G = 53.72%
B = 1.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A2C306 (or 0xA2C306) is known color: Citrus. HEX triplet: A2, C3 and 06. RGB value is (162,195,6). Sum of RGB (Red+Green+Blue) = 162+195+6=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C306 is #5D3CF9. Grayscale: #A4A4A4. Windows color (decimal): -6110458 or 443298. OLE color: 443298.

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

Color convert

RGB 162 195 6 -
CMYK 0.17 0 0.97 0.24
HSL 70.48º 0.94% 0.39% -
HSV(B) 70.48º 0.97% 0.76% -
XYZ 34.45 46.72 7.38 -
YUV 163.59 39.07 126.87 -
System Red Green Blue C M Y K H S L
Decimal 162 195 6 0.17 0 0.97 0.24 70.48 0.94 0.39
Hex A2 C3 6 11 0 61 18 46 5E 27
Octal 242 303 6 21 0 141 30 106 136 47
Binary 10100010 11000011 110 10001 0 1100001 11000 1000110 1011110 100111

Color Harmonies of #A2C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C306

Black with #A2C306

Text Example


Text Example

White with #A2C306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C306; }

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

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

background-color css

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

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

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

border-color css

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

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

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