Html Css Color HEX #A1C70B Citrus

📋 copy color: '#A1C70B'

red 161 ◦ green 199 ◦ blue 11

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

Shades of Citrus #A1C70B

Tints of Citrus #A1C70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 43.4%
G = 53.64%
B = 2.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#A1C70B (or 0xA1C70B) is known color: Citrus. HEX triplet: A1, C7 and 0B. RGB value is (161,199,11). Sum of RGB (Red+Green+Blue) = 161+199+11=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C70B is #5E38F4. Grayscale: #A6A6A6. Windows color (decimal): -6174965 or 772001. OLE color: 772001.

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

Color convert

RGB 161 199 11 -
CMYK 0.19 0 0.94 0.22
HSL 72.13º 0.9% 0.41% -
HSV(B) 72.13º 0.94% 0.78% -
XYZ 35.18 48.45 7.81 -
YUV 166.21 40.41 124.29 -
System Red Green Blue C M Y K H S L
Decimal 161 199 11 0.19 0 0.94 0.22 72.13 0.9 0.41
Hex A1 C7 B 13 0 5E 16 48 5A 29
Octal 241 307 13 23 0 136 26 110 132 51
Binary 10100001 11000111 1011 10011 0 1011110 10110 1001000 1011010 101001

Color Harmonies of #A1C70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C70B

Black with #A1C70B

Text Example


Text Example

White with #A1C70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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