Html Css Color HEX #A6CF12 Bahia

📋 copy color: '#A6CF12'

red 166 ◦ green 207 ◦ blue 18

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

Shades of Bahia #A6CF12

Tints of Bahia #A6CF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.94%

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 42.46%
G = 52.94%
B = 4.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#A6CF12 (or 0xA6CF12) is known color: Bahia. HEX triplet: A6, CF and 12. RGB value is (166,207,18). Sum of RGB (Red+Green+Blue) = 166+207+18=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CF12 is #5930ED. Grayscale: #ADADAD. Windows color (decimal): -5845230 or 1232806. OLE color: 1232806.

HSL color Cylindrical-coordinate representation of color #A6CF12: hue angle of 73.02º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6CF12 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 207 18 -
CMYK 0.20 0 0.91 0.19
HSL 73.02º 0.84% 0.44% -
HSV(B) 73.02º 0.91% 0.81% -
XYZ 38.15 52.78 8.75 -
YUV 173.2 40.42 122.87 -
System Red Green Blue C M Y K H S L
Decimal 166 207 18 0.20 0 0.91 0.19 73.02 0.84 0.44
Hex A6 CF 12 14 0 5B 13 49 54 2C
Octal 246 317 22 24 0 133 23 111 124 54
Binary 10100110 11001111 10010 10100 0 1011011 10011 1001001 1010100 101100

Color Harmonies of #A6CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CF12

Black with #A6CF12

Text Example


Text Example

White with #A6CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CF12; }

 p { color: rgb(166,207,18); }

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

background-color css

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

 a { background-color: rgb(166,207,18); }

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

border-color css

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

 span { border-color: rgb(166,207,18); }

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