#0AD59B

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

Shades of Caribbean Green #0AD59B

Tints of Caribbean Green #0AD59B

Color information

#0AD59B (or 0x0AD59B) is unknown color: approx Caribbean Green. HEX triplet: 0A, D5 and 9B. RGB value is (10,213,155). Sum of RGB (Red+Green+Blue) = 10+213+155=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD59B is #F52A64. Grayscale: #919191. Windows color (decimal): -16067173 or 10212618. OLE color: 10212618.

HSL color Cylindrical-coordinate representation of color #0AD59B: hue angle of 162.86º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD59B is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB10213155-
CMYK0.9500.270.16
HSL162.86º91.03%43.73%-
HSV(B)162.86º95.31%83.53%-
XYZ29.8450.0239.09-
YUV145.69133.2531.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.65%
GREEN value IS 213 (83.59% from 255) = 56.35%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=2.65%
G=56.35%
B=41.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102131550.9500.270.16162.8691.0343.73
HexAD59B5F01B10a35b2c
Octal123252331370332024313354
Binary10101101010110011011101111101101110000101000111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,213,155); }

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

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

 a { background-color: rgb(10,213,155); }

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

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

 span { border-color: rgb(10,213,155); }

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