Html Css Color HEX #A5C112 Bahia

📋 copy color: '#A5C112'

red 165 ◦ green 193 ◦ blue 18

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

Shades of Bahia #A5C112

Tints of Bahia #A5C112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 43.88%
G = 51.33%
B = 4.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#A5C112 (or 0xA5C112) is known color: Bahia. HEX triplet: A5, C1 and 12. RGB value is (165,193,18). Sum of RGB (Red+Green+Blue) = 165+193+18=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C112 is #5A3EED. Grayscale: #A5A5A5. Windows color (decimal): -5914350 or 1229221. OLE color: 1229221.

HSL color Cylindrical-coordinate representation of color #A5C112: hue angle of 69.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5C112 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 193 18 -
CMYK 0.15 0 0.91 0.24
HSL 69.6º 0.83% 0.41% -
HSV(B) 69.6º 0.91% 0.76% -
XYZ 34.7 46.18 7.66 -
YUV 164.68 45.22 128.23 -
System Red Green Blue C M Y K H S L
Decimal 165 193 18 0.15 0 0.91 0.24 69.6 0.83 0.41
Hex A5 C1 12 F 0 5B 18 46 53 29
Octal 245 301 22 17 0 133 30 106 123 51
Binary 10100101 11000001 10010 1111 0 1011011 11000 1000110 1010011 101001

Color Harmonies of #A5C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C112

Black with #A5C112

Text Example


Text Example

White with #A5C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C112; }

 p { color: rgb(165,193,18); }

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

background-color css

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

 a { background-color: rgb(165,193,18); }

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

border-color css

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

 span { border-color: rgb(165,193,18); }

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