Html Css Color HEX #A5CC0C Bahia

📋 copy color: '#A5CC0C'

red 165 ◦ green 204 ◦ blue 12

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

Shades of Bahia #A5CC0C

Tints of Bahia #A5CC0C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.54%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 43.31%
G = 53.54%
B = 3.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#A5CC0C (or 0xA5CC0C) is known color: Bahia. HEX triplet: A5, CC and 0C. RGB value is (165,204,12). Sum of RGB (Red+Green+Blue) = 165+204+12=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CC0C is #5A33F3. Grayscale: #ABABAB. Windows color (decimal): -5911540 or 838821. OLE color: 838821.

HSL color Cylindrical-coordinate representation of color #A5CC0C: hue angle of 72.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5CC0C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 12 -
CMYK 0.19 0 0.94 0.2
HSL 72.19º 0.89% 0.42% -
HSV(B) 72.19º 0.94% 0.8% -
XYZ 37.18 51.21 8.27 -
YUV 170.45 38.58 124.11 -
System Red Green Blue C M Y K H S L
Decimal 165 204 12 0.19 0 0.94 0.2 72.19 0.89 0.42
Hex A5 CC C 13 0 5E 14 48 59 2A
Octal 245 314 14 23 0 136 24 110 131 52
Binary 10100101 11001100 1100 10011 0 1011110 10100 1001000 1011001 101010

Color Harmonies of #A5CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC0C

Black with #A5CC0C

Text Example


Text Example

White with #A5CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC0C; }

 p { color: rgb(165,204,12); }

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

background-color css

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

 a { background-color: rgb(165,204,12); }

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

border-color css

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

 span { border-color: rgb(165,204,12); }

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