#0AC78C

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

Shades of Caribbean Green #0AC78C

Tints of Caribbean Green #0AC78C

Color information

#0AC78C (or 0x0AC78C) is unknown color: approx Caribbean Green. HEX triplet: 0A, C7 and 8C. RGB value is (10,199,140). Sum of RGB (Red+Green+Blue) = 10+199+140=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC78C is #F53873. Grayscale: #878787. Windows color (decimal): -16070772 or 9225994. OLE color: 9225994.

HSL color Cylindrical-coordinate representation of color #0AC78C: hue angle of 161.27º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC78C is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB10199140-
CMYK0.9500.300.22
HSL161.27º90.43%40.98%-
HSV(B)161.27º94.97%78.04%-
XYZ25.2842.831.74-
YUV135.76130.3838.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 199 (78.12% from 255) = 57.02%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=2.87%
G=57.02%
B=40.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101991400.9500.300.22161.2790.4340.98
HexAC78C5F01E16a15a29
Octal123072141370362624113251
Binary10101100011110001100101111101111010110101000011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AC78C; }

 p { color: rgb(10,199,140); }

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

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

 a { background-color: rgb(10,199,140); }

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

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

 span { border-color: rgb(10,199,140); }

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