Html Css Color HEX #A2C60E Citrus

📋 copy color: '#A2C60E'

red 162 ◦ green 198 ◦ blue 14

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

Shades of Citrus #A2C60E

Tints of Citrus #A2C60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 43.32%
G = 52.94%
B = 3.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#A2C60E (or 0xA2C60E) is known color: Citrus. HEX triplet: A2, C6 and 0E. RGB value is (162,198,14). Sum of RGB (Red+Green+Blue) = 162+198+14=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C60E is #5D39F1. Grayscale: #A6A6A6. Windows color (decimal): -6109682 or 968354. OLE color: 968354.

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

Color convert

RGB 162 198 14 -
CMYK 0.18 0 0.93 0.22
HSL 71.74º 0.87% 0.42% -
HSV(B) 71.74º 0.93% 0.78% -
XYZ 35.17 48.1 7.85 -
YUV 166.26 42.07 124.96 -
System Red Green Blue C M Y K H S L
Decimal 162 198 14 0.18 0 0.93 0.22 71.74 0.87 0.42
Hex A2 C6 E 12 0 5D 16 48 57 2A
Octal 242 306 16 22 0 135 26 110 127 52
Binary 10100010 11000110 1110 10010 0 1011101 10110 1001000 1010111 101010

Color Harmonies of #A2C60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C60E

Black with #A2C60E

Text Example


Text Example

White with #A2C60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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