Html Css Color HEX #A7C50C Citrus

📋 copy color: '#A7C50C'

red 167 ◦ green 197 ◦ blue 12

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

Shades of Citrus #A7C50C

Tints of Citrus #A7C50C

RGB

 RED value IS 167 (65.63% from 255) = 44.41%

 GREEN value IS 197 (77.34% from 255) = 52.39%

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

R = 44.41%
G = 52.39%
B = 3.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#A7C50C (or 0xA7C50C) is known color: Citrus. HEX triplet: A7, C5 and 0C. RGB value is (167,197,12). Sum of RGB (Red+Green+Blue) = 167+197+12=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C50C is #583AF3. Grayscale: #A7A7A7. Windows color (decimal): -5782260 or 837031. OLE color: 837031.

HSL color Cylindrical-coordinate representation of color #A7C50C: hue angle of 69.73º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7C50C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 197 12 -
CMYK 0.15 0 0.94 0.23
HSL 69.73º 0.89% 0.41% -
HSV(B) 69.73º 0.94% 0.77% -
XYZ 35.97 48.17 7.75 -
YUV 166.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 167 197 12 0.15 0 0.94 0.23 69.73 0.89 0.41
Hex A7 C5 C F 0 5E 17 46 59 29
Octal 247 305 14 17 0 136 27 106 131 51
Binary 10100111 11000101 1100 1111 0 1011110 10111 1000110 1011001 101001

Color Harmonies of #A7C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C50C

Black with #A7C50C

Text Example


Text Example

White with #A7C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C50C; }

 p { color: rgb(167,197,12); }

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

background-color css

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

 a { background-color: rgb(167,197,12); }

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

border-color css

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

 span { border-color: rgb(167,197,12); }

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