#0ADB99

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

Shades of Caribbean Green #0ADB99

Tints of Caribbean Green #0ADB99

Color information

#0ADB99 (or 0x0ADB99) is unknown color: approx Caribbean Green. HEX triplet: 0A, DB and 99. RGB value is (10,219,153). Sum of RGB (Red+Green+Blue) = 10+219+153=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADB99 is #F52466. Grayscale: #959595. Windows color (decimal): -16065639 or 10083082. OLE color: 10083082.

HSL color Cylindrical-coordinate representation of color #0ADB99: hue angle of 161.05º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADB99 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB10219153-
CMYK0.9500.300.14
HSL161.05º91.27%44.9%-
HSV(B)161.05º95.43%85.88%-
XYZ31.2153.0338.73-
YUV148.99130.2628.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.62%
GREEN value IS 219 (85.94% from 255) = 57.33%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=2.62%
G=57.33%
B=40.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal102191530.9500.300.14161.0591.2744.9
HexADB995F01EEa15b2d
Octal123332311370361624113355
Binary1010110110111001100110111110111101110101000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ADB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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