#A8CC25

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

Shades of Bahia #A8CC25

Tints of Bahia #A8CC25

Color information

#A8CC25 (or 0xA8CC25) is unknown color: approx Bahia. HEX triplet: A8, CC and 25. RGB value is (168,204,37). Sum of RGB (Red+Green+Blue) = 168+204+37=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC25 is #5733DA. Grayscale: #AEAEAE. Windows color (decimal): -5714907 or 2477224. OLE color: 2477224.

HSL color Cylindrical-coordinate representation of color #A8CC25: hue angle of 72.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8CC25 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB16820437-
CMYK0.1800.820.2
HSL72.93º69.29%47.25%-
HSV(B)72.93º81.86%80%-
XYZ38.0851.649.71-
YUV174.250.57123.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 37 (14.84% from 255) = 9.05%
R=41.08%
G=49.88%
B=9.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168204370.1800.820.272.9369.2947.25
HexA8CC25120521449452f
Octal250314452201222411110557
Binary101010001100110010010110010010100101010010010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CC25; }

 p { color: rgb(168,204,37); }

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

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

 a { background-color: rgb(168,204,37); }

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

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

 span { border-color: rgb(168,204,37); }

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