#0AD599

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

Shades of Caribbean Green #0AD599

Tints of Caribbean Green #0AD599

Color information

#0AD599 (or 0x0AD599) is unknown color: approx Caribbean Green. HEX triplet: 0A, D5 and 99. RGB value is (10,213,153). Sum of RGB (Red+Green+Blue) = 10+213+153=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD599 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD599 is #F52A66. Grayscale: #919191. Windows color (decimal): -16067175 or 10081546. OLE color: 10081546.

HSL color Cylindrical-coordinate representation of color #0AD599: hue angle of 162.27º 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 #0AD599 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB10213153-
CMYK0.9500.280.16
HSL162.27º91.03%43.73%-
HSV(B)162.27º95.31%83.53%-
XYZ29.6749.9538.22-
YUV145.46132.2531.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.66%
GREEN value IS 213 (83.59% from 255) = 56.65%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=2.66%
G=56.65%
B=40.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102131530.9500.280.16162.2791.0343.73
HexAD5995F01C10a25b2c
Octal123252311370342024213354
Binary10101101010110011001101111101110010000101000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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