Html Css Color HEX #A2C00E Citrus

📋 copy color: '#A2C00E'

red 162 ◦ green 192 ◦ blue 14

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

Shades of Citrus #A2C00E

Tints of Citrus #A2C00E

RGB

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

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

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

R = 44.02%
G = 52.17%
B = 3.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#A2C00E (or 0xA2C00E) is known color: Citrus. HEX triplet: A2, C0 and 0E. RGB value is (162,192,14). Sum of RGB (Red+Green+Blue) = 162+192+14=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C00E is #5D3FF1. Grayscale: #A3A3A3. Windows color (decimal): -6111218 or 966818. OLE color: 966818.

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

Color convert

RGB 162 192 14 -
CMYK 0.16 0 0.93 0.25
HSL 70.11º 0.86% 0.4% -
HSV(B) 70.11º 0.93% 0.75% -
XYZ 33.83 45.41 7.4 -
YUV 162.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 162 192 14 0.16 0 0.93 0.25 70.11 0.86 0.4
Hex A2 C0 E 10 0 5D 19 46 56 28
Octal 242 300 16 20 0 135 31 106 126 50
Binary 10100010 11000000 1110 10000 0 1011101 11001 1000110 1010110 101000

Color Harmonies of #A2C00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C00E

Black with #A2C00E

Text Example


Text Example

White with #A2C00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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