Html Css Color HEX #A2C310 Citrus

📋 copy color: '#A2C310'

red 162 ◦ green 195 ◦ blue 16

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

Shades of Citrus #A2C310

Tints of Citrus #A2C310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 43.43%
G = 52.28%
B = 4.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A2C310 (or 0xA2C310) is known color: Citrus. HEX triplet: A2, C3 and 10. RGB value is (162,195,16). Sum of RGB (Red+Green+Blue) = 162+195+16=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C310 is #5D3CEF. Grayscale: #A5A5A5. Windows color (decimal): -6110448 or 1098658. OLE color: 1098658.

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

Color convert

RGB 162 195 16 -
CMYK 0.17 0 0.92 0.24
HSL 71.06º 0.85% 0.41% -
HSV(B) 71.06º 0.92% 0.76% -
XYZ 34.51 46.75 7.69 -
YUV 164.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 162 195 16 0.17 0 0.92 0.24 71.06 0.85 0.41
Hex A2 C3 10 11 0 5C 18 47 55 29
Octal 242 303 20 21 0 134 30 107 125 51
Binary 10100010 11000011 10000 10001 0 1011100 11000 1000111 1010101 101001

Color Harmonies of #A2C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C310

Black with #A2C310

Text Example


Text Example

White with #A2C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C310; }

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

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

background-color css

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

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

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

border-color css

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

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

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