Html Css Color HEX #A6CE19 Bahia

📋 copy color: '#A6CE19'

red 166 ◦ green 206 ◦ blue 25

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

Shades of Bahia #A6CE19

Tints of Bahia #A6CE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.3%

R = 41.81%
G = 51.89%
B = 6.3%

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

#A6CE19 (or 0xA6CE19) is known color: Bahia. HEX triplet: A6, CE and 19. RGB value is (166,206,25). Sum of RGB (Red+Green+Blue) = 166+206+25=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CE19 is #5931E6. Grayscale: #AEAEAE. Windows color (decimal): -5845479 or 1691302. OLE color: 1691302.

HSL color Cylindrical-coordinate representation of color #A6CE19: hue angle of 73.26º degrees, saturation: 0.78, 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 #A6CE19 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 25 -
CMYK 0.19 0 0.88 0.19
HSL 73.26º 0.78% 0.45% -
HSV(B) 73.26º 0.88% 0.81% -
XYZ 37.97 52.32 9.02 -
YUV 173.41 44.25 122.72 -
System Red Green Blue C M Y K H S L
Decimal 166 206 25 0.19 0 0.88 0.19 73.26 0.78 0.45
Hex A6 CE 19 13 0 58 13 49 4E 2D
Octal 246 316 31 23 0 130 23 111 116 55
Binary 10100110 11001110 11001 10011 0 1011000 10011 1001001 1001110 101101

Color Harmonies of #A6CE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE19

Black with #A6CE19

Text Example


Text Example

White with #A6CE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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