Html Css Color HEX #A2C40F Citrus

📋 copy color: '#A2C40F'

red 162 ◦ green 196 ◦ blue 15

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

Shades of Citrus #A2C40F

Tints of Citrus #A2C40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.55%

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 43.43%
G = 52.55%
B = 4.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#A2C40F (or 0xA2C40F) is known color: Citrus. HEX triplet: A2, C4 and 0F. RGB value is (162,196,15). Sum of RGB (Red+Green+Blue) = 162+196+15=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C40F is #5D3BF0. Grayscale: #A5A5A5. Windows color (decimal): -6110193 or 1033378. OLE color: 1033378.

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

Color convert

RGB 162 196 15 -
CMYK 0.17 0 0.92 0.23
HSL 71.27º 0.86% 0.41% -
HSV(B) 71.27º 0.92% 0.77% -
XYZ 34.73 47.2 7.73 -
YUV 165.2 43.24 125.72 -
System Red Green Blue C M Y K H S L
Decimal 162 196 15 0.17 0 0.92 0.23 71.27 0.86 0.41
Hex A2 C4 F 11 0 5C 17 47 56 29
Octal 242 304 17 21 0 134 27 107 126 51
Binary 10100010 11000100 1111 10001 0 1011100 10111 1000111 1010110 101001

Color Harmonies of #A2C40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C40F

Black with #A2C40F

Text Example


Text Example

White with #A2C40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C40F; }

 p { color: rgb(162,196,15); }

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

background-color css

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

 a { background-color: rgb(162,196,15); }

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

border-color css

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

 span { border-color: rgb(162,196,15); }

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