Html Css Color HEX #A6CE18 Bahia

📋 copy color: '#A6CE18'

red 166 ◦ green 206 ◦ blue 24

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

Shades of Bahia #A6CE18

Tints of Bahia #A6CE18

RGB

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

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

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

R = 41.92%
G = 52.02%
B = 6.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#A6CE18 (or 0xA6CE18) is known color: Bahia. HEX triplet: A6, CE and 18. RGB value is (166,206,24). Sum of RGB (Red+Green+Blue) = 166+206+24=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CE18 is #5931E7. Grayscale: #ADADAD. Windows color (decimal): -5845480 or 1625766. OLE color: 1625766.

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

Color convert

RGB 166 206 24 -
CMYK 0.19 0 0.88 0.19
HSL 73.19º 0.79% 0.45% -
HSV(B) 73.19º 0.88% 0.81% -
XYZ 37.96 52.32 8.96 -
YUV 173.29 43.75 122.8 -
System Red Green Blue C M Y K H S L
Decimal 166 206 24 0.19 0 0.88 0.19 73.19 0.79 0.45
Hex A6 CE 18 13 0 58 13 49 4F 2D
Octal 246 316 30 23 0 130 23 111 117 55
Binary 10100110 11001110 11000 10011 0 1011000 10011 1001001 1001111 101101

Color Harmonies of #A6CE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE18

Black with #A6CE18

Text Example


Text Example

White with #A6CE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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