Html Css Color HEX #A2C70E Citrus

📋 copy color: '#A2C70E'

red 162 ◦ green 199 ◦ blue 14

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

Shades of Citrus #A2C70E

Tints of Citrus #A2C70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.07%

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

R = 43.2%
G = 53.07%
B = 3.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#A2C70E (or 0xA2C70E) is known color: Citrus. HEX triplet: A2, C7 and 0E. RGB value is (162,199,14). Sum of RGB (Red+Green+Blue) = 162+199+14=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C70E is #5D38F1. Grayscale: #A7A7A7. Windows color (decimal): -6109426 or 968610. OLE color: 968610.

HSL color Cylindrical-coordinate representation of color #A2C70E: hue angle of 72º 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 #A2C70E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 199 14 -
CMYK 0.19 0 0.93 0.22
HSL 72º 0.87% 0.42% -
HSV(B) 72º 0.93% 0.78% -
XYZ 35.4 48.56 7.92 -
YUV 166.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 162 199 14 0.19 0 0.93 0.22 72 0.87 0.42
Hex A2 C7 E 13 0 5D 16 48 57 2A
Octal 242 307 16 23 0 135 26 110 127 52
Binary 10100010 11000111 1110 10011 0 1011101 10110 1001000 1010111 101010

Color Harmonies of #A2C70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C70E

Black with #A2C70E

Text Example


Text Example

White with #A2C70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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