Html Css Color HEX #A6CF14 Bahia

📋 copy color: '#A6CF14'

red 166 ◦ green 207 ◦ blue 20

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

Shades of Bahia #A6CF14

Tints of Bahia #A6CF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 42.24%
G = 52.67%
B = 5.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#A6CF14 (or 0xA6CF14) is known color: Bahia. HEX triplet: A6, CF and 14. RGB value is (166,207,20). Sum of RGB (Red+Green+Blue) = 166+207+20=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CF14 is #5930EB. Grayscale: #AEAEAE. Windows color (decimal): -5845228 or 1363878. OLE color: 1363878.

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

Color convert

RGB 166 207 20 -
CMYK 0.20 0 0.90 0.19
HSL 73.16º 0.82% 0.45% -
HSV(B) 73.16º 0.9% 0.81% -
XYZ 38.16 52.78 8.84 -
YUV 173.42 41.42 122.71 -
System Red Green Blue C M Y K H S L
Decimal 166 207 20 0.20 0 0.90 0.19 73.16 0.82 0.45
Hex A6 CF 14 14 0 5A 13 49 52 2D
Octal 246 317 24 24 0 132 23 111 122 55
Binary 10100110 11001111 10100 10100 0 1011010 10011 1001001 1010010 101101

Color Harmonies of #A6CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CF14

Black with #A6CF14

Text Example


Text Example

White with #A6CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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