Html Css Color HEX #A6CE15 Bahia

📋 copy color: '#A6CE15'

red 166 ◦ green 206 ◦ blue 21

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

Shades of Bahia #A6CE15

Tints of Bahia #A6CE15

RGB

 RED value IS 166 (65.23% from 255) = 42.24%

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

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 42.24%
G = 52.42%
B = 5.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#A6CE15 (or 0xA6CE15) is known color: Bahia. HEX triplet: A6, CE and 15. RGB value is (166,206,21). Sum of RGB (Red+Green+Blue) = 166+206+21=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CE15 is #5931EA. Grayscale: #ADADAD. Windows color (decimal): -5845483 or 1429158. OLE color: 1429158.

HSL color Cylindrical-coordinate representation of color #A6CE15: hue angle of 72.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6CE15 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 21 -
CMYK 0.19 0 0.90 0.19
HSL 72.97º 0.81% 0.45% -
HSV(B) 72.97º 0.9% 0.81% -
XYZ 37.93 52.3 8.81 -
YUV 172.95 42.25 123.04 -
System Red Green Blue C M Y K H S L
Decimal 166 206 21 0.19 0 0.90 0.19 72.97 0.81 0.45
Hex A6 CE 15 13 0 5A 13 49 51 2D
Octal 246 316 25 23 0 132 23 111 121 55
Binary 10100110 11001110 10101 10011 0 1011010 10011 1001001 1010001 101101

Color Harmonies of #A6CE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE15

Black with #A6CE15

Text Example


Text Example

White with #A6CE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE15; }

 p { color: rgb(166,206,21); }

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

background-color css

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

 a { background-color: rgb(166,206,21); }

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

border-color css

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

 span { border-color: rgb(166,206,21); }

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