#0ad095

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

Shades of Caribbean Green #0AD095

Tints of Caribbean Green #0AD095

Color information

#0AD095 (or 0x0AD095) is unknown color: approx Caribbean Green. HEX triplet: 0A, D0 and 95. RGB value is (10,208,149). Sum of RGB (Red+Green+Blue) = 10+208+149=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD095 is #F52F6A. Grayscale: #8E8E8E. Windows color (decimal): -16068459 or 9818122. OLE color: 9818122.

HSL color Cylindrical-coordinate representation of color #0AD095: hue angle of 162.12º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD095 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB10208149-
CMYK0.9500.280.18
HSL162.12º90.83%42.75%-
HSV(B)162.12º95.19%81.57%-
XYZ28.1147.3536.09-
YUV142.07131.933.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.72%
GREEN value IS 208 (81.64% from 255) = 56.68%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=2.72%
G=56.68%
B=40.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102081490.9500.280.18162.1290.8342.75
HexAD0955F01C12a25b2b
Octal123202251370342224213353
Binary10101101000010010101101111101110010010101000101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ad095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,208,149); }

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

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

 a { background-color: rgb(10,208,149); }

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

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

 span { border-color: rgb(10,208,149); }

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