#1AC49A

Color #1AC49A Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #1AC49A

Tints of Caribbean Green #1AC49A

Color information

#1AC49A (or 0x1AC49A) is unknown color: approx Caribbean Green. HEX triplet: 1A, C4 and 9A. RGB value is (26,196,154). Sum of RGB (Red+Green+Blue) = 26+196+154=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC49A is #E53B65. Grayscale: #8C8C8C. Windows color (decimal): -15022950 or 10142746. OLE color: 10142746.

HSL color Cylindrical-coordinate representation of color #1AC49A: hue angle of 165.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC49A is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB26196154-
CMYK0.8700.210.23
HSL165.18º76.58%43.53%-
HSV(B)165.18º86.73%76.86%-
XYZ2642.0337.31-
YUV140.38135.6846.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.91%
GREEN value IS 196 (76.95% from 255) = 52.13%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=6.91%
G=52.13%
B=40.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal261961540.8700.210.23165.1876.5843.53
Hex1AC49A5701517a54d2c
Octal323042321270252724511554
Binary110101100010010011010101011101010110111101001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AC49A; }

 p { color: rgb(26,196,154); }

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

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

 a { background-color: rgb(26,196,154); }

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

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

 span { border-color: rgb(26,196,154); }

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