Html Css Color HEX #A7C507 Citrus

📋 copy color: '#A7C507'

red 167 ◦ green 197 ◦ blue 7

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

Shades of Citrus #A7C507

Tints of Citrus #A7C507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 45.01%
G = 53.1%
B = 1.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#A7C507 (or 0xA7C507) is known color: Citrus. HEX triplet: A7, C5 and 07. RGB value is (167,197,7). Sum of RGB (Red+Green+Blue) = 167+197+7=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C507 is #583AF8. Grayscale: #A7A7A7. Windows color (decimal): -5782265 or 509351. OLE color: 509351.

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

Color convert

RGB 167 197 7 -
CMYK 0.15 0 0.96 0.23
HSL 69.47º 0.93% 0.4% -
HSV(B) 69.47º 0.96% 0.77% -
XYZ 35.94 48.16 7.6 -
YUV 166.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 167 197 7 0.15 0 0.96 0.23 69.47 0.93 0.4
Hex A7 C5 7 F 0 60 17 45 5D 28
Octal 247 305 7 17 0 140 27 105 135 50
Binary 10100111 11000101 111 1111 0 1100000 10111 1000101 1011101 101000

Color Harmonies of #A7C507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C507

Black with #A7C507

Text Example


Text Example

White with #A7C507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C507; }

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

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

background-color css

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

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

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

border-color css

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

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

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