#A0CF10

Color #A0CF10 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A0CF10

Tints of Bahia #A0CF10

Color information

#A0CF10 (or 0xA0CF10) is unknown color: approx Bahia. HEX triplet: A0, CF and 10. RGB value is (160,207,16). Sum of RGB (Red+Green+Blue) = 160+207+16=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CF10 is #5F30EF. Grayscale: #ABABAB. Windows color (decimal): -6238448 or 1101728. OLE color: 1101728.

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

Color convert

RGB16020716-
CMYK0.2300.920.19
HSL74.76º85.65%43.73%-
HSV(B)74.76º92.27%81.18%-
XYZ36.952.148.61-
YUV171.1740.43120.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 207 (81.25% from 255) = 54.05%
BLUE value IS 16 (6.64% from 255) = 4.18%
R=41.78%
G=54.05%
B=4.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160207160.2300.920.1974.7685.6543.73
HexA0CF101705C134b562c
Octal240317202701342311312654
Binary10100000110011111000010111010111001001110010111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CF10; }

 p { color: rgb(160,207,16); }

 H1.HeaderClassName
 {
   color: #A0CF10;
 }
 .AnyTagClassName
 {
   color: #A0CF10;
 }
</style>
background-color css

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

 a { background-color: rgb(160,207,16); }

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

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

 span { border-color: rgb(160,207,16); }

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