Html Css Color HEX #A9CE0C Bahia

📋 copy color: '#A9CE0C'

red 169 ◦ green 206 ◦ blue 12

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

Shades of Bahia #A9CE0C

Tints of Bahia #A9CE0C

RGB

 RED value IS 169 (66.41% from 255) = 43.67%

 GREEN value IS 206 (80.86% from 255) = 53.23%

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

R = 43.67%
G = 53.23%
B = 3.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#A9CE0C (or 0xA9CE0C) is known color: Bahia. HEX triplet: A9, CE and 0C. RGB value is (169,206,12). Sum of RGB (Red+Green+Blue) = 169+206+12=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CE0C is #5631F3. Grayscale: #ADADAD. Windows color (decimal): -5648884 or 839337. OLE color: 839337.

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

Color convert

RGB 169 206 12 -
CMYK 0.18 0 0.94 0.19
HSL 71.44º 0.89% 0.43% -
HSV(B) 71.44º 0.94% 0.81% -
XYZ 38.5 52.6 8.47 -
YUV 172.82 37.24 125.27 -
System Red Green Blue C M Y K H S L
Decimal 169 206 12 0.18 0 0.94 0.19 71.44 0.89 0.43
Hex A9 CE C 12 0 5E 13 47 59 2B
Octal 251 316 14 22 0 136 23 107 131 53
Binary 10101001 11001110 1100 10010 0 1011110 10011 1000111 1011001 101011

Color Harmonies of #A9CE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CE0C

Black with #A9CE0C

Text Example


Text Example

White with #A9CE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CE0C; }

 p { color: rgb(169,206,12); }

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

background-color css

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

 a { background-color: rgb(169,206,12); }

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

border-color css

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

 span { border-color: rgb(169,206,12); }

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