Html Css Color HEX #A7C70D Bahia

📋 copy color: '#A7C70D'

red 167 ◦ green 199 ◦ blue 13

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

Shades of Bahia #A7C70D

Tints of Bahia #A7C70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 44.06%
G = 52.51%
B = 3.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#A7C70D (or 0xA7C70D) is known color: Bahia. HEX triplet: A7, C7 and 0D. RGB value is (167,199,13). Sum of RGB (Red+Green+Blue) = 167+199+13=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C70D is #5838F2. Grayscale: #A8A8A8. Windows color (decimal): -5781747 or 903079. OLE color: 903079.

HSL color Cylindrical-coordinate representation of color #A7C70D: hue angle of 70.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7C70D is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 199 13 -
CMYK 0.16 0 0.93 0.22
HSL 70.32º 0.88% 0.42% -
HSV(B) 70.32º 0.93% 0.78% -
XYZ 36.43 49.09 7.94 -
YUV 168.23 40.4 127.12 -
System Red Green Blue C M Y K H S L
Decimal 167 199 13 0.16 0 0.93 0.22 70.32 0.88 0.42
Hex A7 C7 D 10 0 5D 16 46 58 2A
Octal 247 307 15 20 0 135 26 106 130 52
Binary 10100111 11000111 1101 10000 0 1011101 10110 1000110 1011000 101010

Color Harmonies of #A7C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C70D

Black with #A7C70D

Text Example


Text Example

White with #A7C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C70D; }

 p { color: rgb(167,199,13); }

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

background-color css

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

 a { background-color: rgb(167,199,13); }

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

border-color css

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

 span { border-color: rgb(167,199,13); }

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