Html Css Color HEX #A2B40C Citrus

📋 copy color: '#A2B40C'

red 162 ◦ green 180 ◦ blue 12

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

Shades of Citrus #A2B40C

Tints of Citrus #A2B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 45.76%
G = 50.85%
B = 3.39%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#A2B40C (or 0xA2B40C) is known color: Citrus. HEX triplet: A2, B4 and 0C. RGB value is (162,180,12). Sum of RGB (Red+Green+Blue) = 162+180+12=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B40C is #5D4BF3. Grayscale: #9C9C9C. Windows color (decimal): -6114292 or 832674. OLE color: 832674.

HSL color Cylindrical-coordinate representation of color #A2B40C: hue angle of 66.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2B40C is Cyan = 0.1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 12 -
CMYK 0.1 0 0.93 0.29
HSL 66.43º 0.88% 0.38% -
HSV(B) 66.43º 0.93% 0.71% -
XYZ 31.29 40.35 6.49 -
YUV 155.47 47.04 132.66 -
System Red Green Blue C M Y K H S L
Decimal 162 180 12 0.1 0 0.93 0.29 66.43 0.88 0.38
Hex A2 B4 C A 0 5D 1D 42 58 26
Octal 242 264 14 12 0 135 35 102 130 46
Binary 10100010 10110100 1100 1010 0 1011101 11101 1000010 1011000 100110

Color Harmonies of #A2B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B40C

Black with #A2B40C

Text Example


Text Example

White with #A2B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B40C; }

 p { color: rgb(162,180,12); }

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

background-color css

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

 a { background-color: rgb(162,180,12); }

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

border-color css

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

 span { border-color: rgb(162,180,12); }

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