#0AC39E

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

Shades of Caribbean Green #0AC39E

Tints of Caribbean Green #0AC39E

Color information

#0AC39E (or 0x0AC39E) is unknown color: approx Caribbean Green. HEX triplet: 0A, C3 and 9E. RGB value is (10,195,158). Sum of RGB (Red+Green+Blue) = 10+195+158=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC39E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC39E is #F53C61. Grayscale: #878787. Windows color (decimal): -16071778 or 10404618. OLE color: 10404618.

HSL color Cylindrical-coordinate representation of color #0AC39E: hue angle of 168º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC39E is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB10195158-
CMYK0.9500.190.24
HSL168º90.24%40.2%-
HSV(B)168º94.87%76.47%-
XYZ25.8141.5639.01-
YUV135.47140.7138.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.75%
GREEN value IS 195 (76.56% from 255) = 53.72%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=2.75%
G=53.72%
B=43.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101951580.9500.190.2416890.2440.2
HexAC39E5F01318a85a28
Octal123032361370233025013250
Binary10101100001110011110101111101001111000101010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,195,158); }

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

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

 a { background-color: rgb(10,195,158); }

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

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

 span { border-color: rgb(10,195,158); }

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