Html Css Color HEX #A1C70D Citrus

📋 copy color: '#A1C70D'

red 161 ◦ green 199 ◦ blue 13

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

Shades of Citrus #A1C70D

Tints of Citrus #A1C70D

RGB

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

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

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

R = 43.16%
G = 53.35%
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

#A1C70D (or 0xA1C70D) is known color: Citrus. HEX triplet: A1, C7 and 0D. RGB value is (161,199,13). Sum of RGB (Red+Green+Blue) = 161+199+13=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C70D is #5E38F2. Grayscale: #A7A7A7. Windows color (decimal): -6174963 or 903073. OLE color: 903073.

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

Color convert

RGB 161 199 13 -
CMYK 0.19 0 0.93 0.22
HSL 72.26º 0.88% 0.42% -
HSV(B) 72.26º 0.93% 0.78% -
XYZ 35.19 48.45 7.88 -
YUV 166.43 41.41 124.12 -
System Red Green Blue C M Y K H S L
Decimal 161 199 13 0.19 0 0.93 0.22 72.26 0.88 0.42
Hex A1 C7 D 13 0 5D 16 48 58 2A
Octal 241 307 15 23 0 135 26 110 130 52
Binary 10100001 11000111 1101 10011 0 1011101 10110 1001000 1011000 101010

Color Harmonies of #A1C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C70D

Black with #A1C70D

Text Example


Text Example

White with #A1C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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