Html Css Color HEX #A7C40C Citrus

📋 copy color: '#A7C40C'

red 167 ◦ green 196 ◦ blue 12

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

Shades of Citrus #A7C40C

Tints of Citrus #A7C40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.27%

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

R = 44.53%
G = 52.27%
B = 3.2%

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

#A7C40C (or 0xA7C40C) is known color: Citrus. HEX triplet: A7, C4 and 0C. RGB value is (167,196,12). Sum of RGB (Red+Green+Blue) = 167+196+12=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C40C is #583BF3. Grayscale: #A7A7A7. Windows color (decimal): -5782516 or 836775. OLE color: 836775.

HSL color Cylindrical-coordinate representation of color #A7C40C: hue angle of 69.46º degrees, saturation: 0.88, 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 #A7C40C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 196 12 -
CMYK 0.15 0 0.94 0.23
HSL 69.46º 0.88% 0.41% -
HSV(B) 69.46º 0.94% 0.77% -
XYZ 35.74 47.72 7.68 -
YUV 166.35 40.89 128.46 -
System Red Green Blue C M Y K H S L
Decimal 167 196 12 0.15 0 0.94 0.23 69.46 0.88 0.41
Hex A7 C4 C F 0 5E 17 45 58 29
Octal 247 304 14 17 0 136 27 105 130 51
Binary 10100111 11000100 1100 1111 0 1011110 10111 1000101 1011000 101001

Color Harmonies of #A7C40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C40C

Black with #A7C40C

Text Example


Text Example

White with #A7C40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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