Html Css Color HEX #A1C60D Citrus

📋 copy color: '#A1C60D'

red 161 ◦ green 198 ◦ blue 13

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

Shades of Citrus #A1C60D

Tints of Citrus #A1C60D

RGB

 RED value IS 161 (63.28% from 255) = 43.28%

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

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 43.28%
G = 53.23%
B = 3.49%

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

#A1C60D (or 0xA1C60D) is known color: Citrus. HEX triplet: A1, C6 and 0D. RGB value is (161,198,13). Sum of RGB (Red+Green+Blue) = 161+198+13=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C60D is #5E39F2. Grayscale: #A6A6A6. Windows color (decimal): -6175219 or 902817. OLE color: 902817.

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

Color convert

RGB 161 198 13 -
CMYK 0.19 0 0.93 0.22
HSL 72º 0.88% 0.41% -
HSV(B) 72º 0.93% 0.78% -
XYZ 34.96 47.99 7.8 -
YUV 165.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 161 198 13 0.19 0 0.93 0.22 72 0.88 0.41
Hex A1 C6 D 13 0 5D 16 48 58 29
Octal 241 306 15 23 0 135 26 110 130 51
Binary 10100001 11000110 1101 10011 0 1011101 10110 1001000 1011000 101001

Color Harmonies of #A1C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C60D

Black with #A1C60D

Text Example


Text Example

White with #A1C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C60D; }

 p { color: rgb(161,198,13); }

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

background-color css

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

 a { background-color: rgb(161,198,13); }

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

border-color css

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

 span { border-color: rgb(161,198,13); }

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