Html Css Color HEX #A5C70D Bahia

📋 copy color: '#A5C70D'

red 165 ◦ green 199 ◦ blue 13

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

Shades of Bahia #A5C70D

Tints of Bahia #A5C70D

RGB

 RED value IS 165 (64.84% from 255) = 43.77%

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

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

R = 43.77%
G = 52.79%
B = 3.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#A5C70D (or 0xA5C70D) is known color: Bahia. HEX triplet: A5, C7 and 0D. RGB value is (165,199,13). Sum of RGB (Red+Green+Blue) = 165+199+13=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C70D is #5A38F2. Grayscale: #A8A8A8. Windows color (decimal): -5912819 or 903077. OLE color: 903077.

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

Color convert

RGB 165 199 13 -
CMYK 0.17 0 0.93 0.22
HSL 70.97º 0.88% 0.42% -
HSV(B) 70.97º 0.93% 0.78% -
XYZ 36.01 48.88 7.92 -
YUV 167.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 165 199 13 0.17 0 0.93 0.22 70.97 0.88 0.42
Hex A5 C7 D 11 0 5D 16 47 58 2A
Octal 245 307 15 21 0 135 26 107 130 52
Binary 10100101 11000111 1101 10001 0 1011101 10110 1000111 1011000 101010

Color Harmonies of #A5C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C70D

Black with #A5C70D

Text Example


Text Example

White with #A5C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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