Html Css Color HEX #A6CC19 Bahia

📋 copy color: '#A6CC19'

red 166 ◦ green 204 ◦ blue 25

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

Shades of Bahia #A6CC19

Tints of Bahia #A6CC19

RGB

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

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

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

R = 42.03%
G = 51.65%
B = 6.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#A6CC19 (or 0xA6CC19) is known color: Bahia. HEX triplet: A6, CC and 19. RGB value is (166,204,25). Sum of RGB (Red+Green+Blue) = 166+204+25=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CC19 is #5933E6. Grayscale: #ACACAC. Windows color (decimal): -5845991 or 1690790. OLE color: 1690790.

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

Color convert

RGB 166 204 25 -
CMYK 0.19 0 0.88 0.2
HSL 72.74º 0.78% 0.45% -
HSV(B) 72.74º 0.88% 0.8% -
XYZ 37.49 51.36 8.86 -
YUV 172.23 44.91 123.55 -
System Red Green Blue C M Y K H S L
Decimal 166 204 25 0.19 0 0.88 0.2 72.74 0.78 0.45
Hex A6 CC 19 13 0 58 14 49 4E 2D
Octal 246 314 31 23 0 130 24 111 116 55
Binary 10100110 11001100 11001 10011 0 1011000 10100 1001001 1001110 101101

Color Harmonies of #A6CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC19

Black with #A6CC19

Text Example


Text Example

White with #A6CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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