Html Css Color HEX #A3C70B Citrus

📋 copy color: '#A3C70B'

red 163 ◦ green 199 ◦ blue 11

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

Shades of Citrus #A3C70B

Tints of Citrus #A3C70B

RGB

 RED value IS 163 (64.06% from 255) = 43.7%

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

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

R = 43.7%
G = 53.35%
B = 2.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#A3C70B (or 0xA3C70B) is known color: Citrus. HEX triplet: A3, C7 and 0B. RGB value is (163,199,11). Sum of RGB (Red+Green+Blue) = 163+199+11=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C70B is #5C38F4. Grayscale: #A7A7A7. Windows color (decimal): -6043893 or 772003. OLE color: 772003.

HSL color Cylindrical-coordinate representation of color #A3C70B: hue angle of 71.49º 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 #A3C70B is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 199 11 -
CMYK 0.18 0 0.94 0.22
HSL 71.49º 0.9% 0.41% -
HSV(B) 71.49º 0.94% 0.78% -
XYZ 35.59 48.66 7.83 -
YUV 166.8 40.07 125.29 -
System Red Green Blue C M Y K H S L
Decimal 163 199 11 0.18 0 0.94 0.22 71.49 0.9 0.41
Hex A3 C7 B 12 0 5E 16 47 5A 29
Octal 243 307 13 22 0 136 26 107 132 51
Binary 10100011 11000111 1011 10010 0 1011110 10110 1000111 1011010 101001

Color Harmonies of #A3C70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C70B

Black with #A3C70B

Text Example


Text Example

White with #A3C70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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