Html Css Color HEX #A5C60F Bahia

📋 copy color: '#A5C60F'

red 165 ◦ green 198 ◦ blue 15

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

Shades of Bahia #A5C60F

Tints of Bahia #A5C60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.38%

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 43.65%
G = 52.38%
B = 3.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#A5C60F (or 0xA5C60F) is known color: Bahia. HEX triplet: A5, C6 and 0F. RGB value is (165,198,15). Sum of RGB (Red+Green+Blue) = 165+198+15=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C60F is #5A39F0. Grayscale: #A7A7A7. Windows color (decimal): -5913073 or 1033893. OLE color: 1033893.

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

Color convert

RGB 165 198 15 -
CMYK 0.17 0 0.92 0.22
HSL 70.82º 0.86% 0.42% -
HSV(B) 70.82º 0.92% 0.78% -
XYZ 35.8 48.42 7.91 -
YUV 167.27 42.07 126.38 -
System Red Green Blue C M Y K H S L
Decimal 165 198 15 0.17 0 0.92 0.22 70.82 0.86 0.42
Hex A5 C6 F 11 0 5C 16 47 56 2A
Octal 245 306 17 21 0 134 26 107 126 52
Binary 10100101 11000110 1111 10001 0 1011100 10110 1000111 1010110 101010

Color Harmonies of #A5C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C60F

Black with #A5C60F

Text Example


Text Example

White with #A5C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C60F; }

 p { color: rgb(165,198,15); }

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

background-color css

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

 a { background-color: rgb(165,198,15); }

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

border-color css

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

 span { border-color: rgb(165,198,15); }

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