Html Css Color HEX #A5C618 Bahia

📋 copy color: '#A5C618'

red 165 ◦ green 198 ◦ blue 24

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

Shades of Bahia #A5C618

Tints of Bahia #A5C618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.2%

R = 42.64%
G = 51.16%
B = 6.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A5C618 (or 0xA5C618) is known color: Bahia. HEX triplet: A5, C6 and 18. RGB value is (165,198,24). Sum of RGB (Red+Green+Blue) = 165+198+24=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C618 is #5A39E7. Grayscale: #A8A8A8. Windows color (decimal): -5913064 or 1623717. OLE color: 1623717.

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

Color convert

RGB 165 198 24 -
CMYK 0.17 0 0.88 0.22
HSL 71.38º 0.78% 0.44% -
HSV(B) 71.38º 0.88% 0.78% -
XYZ 35.88 48.45 8.33 -
YUV 168.3 46.57 125.65 -
System Red Green Blue C M Y K H S L
Decimal 165 198 24 0.17 0 0.88 0.22 71.38 0.78 0.44
Hex A5 C6 18 11 0 58 16 47 4E 2C
Octal 245 306 30 21 0 130 26 107 116 54
Binary 10100101 11000110 11000 10001 0 1011000 10110 1000111 1001110 101100

Color Harmonies of #A5C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C618

Black with #A5C618

Text Example


Text Example

White with #A5C618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C618; }

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

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

background-color css

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

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

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

border-color css

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

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

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