Html Css Color HEX #0AD889 Caribbean Green

📋 copy color: '#0AD889'

red 10 ◦ green 216 ◦ blue 137

#0AD889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0AD889

Tints of Caribbean Green #0AD889

RGB

 RED value IS 10 (4.3% from 255) = 2.75%

 GREEN value IS 216 (84.77% from 255) = 59.5%

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 2.75%
G = 59.5%
B = 37.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#0AD889 (or 0x0AD889) is known color: Caribbean Green. HEX triplet: 0A, D8 and 89. RGB value is (10,216,137). Sum of RGB (Red+Green+Blue) = 10+216+137=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD889 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD889 is #F52776. Grayscale: #919191. Windows color (decimal): -16066423 or 9033738. OLE color: 9033738.

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

Color convert

RGB 10 216 137 -
CMYK 0.95 0 0.37 0.15
HSL 156.99º 0.91% 0.44% -
HSV(B) 156.99º 0.95% 0.85% -
XYZ 29.2 50.98 31.97 -
YUV 145.4 123.25 31.42 -
System Red Green Blue C M Y K H S L
Decimal 10 216 137 0.95 0 0.37 0.15 156.99 0.91 0.44
Hex A D8 89 5F 0 25 F 9D 5B 2C
Octal 12 330 211 137 0 45 17 235 133 54
Binary 1010 11011000 10001001 1011111 0 100101 1111 10011101 1011011 101100

Color Harmonies of #0AD889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD889

Black with #0AD889

Text Example


Text Example

White with #0AD889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,137); }

 H1.HeaderClassName
 {
   color: #0AD889;
 }
 .AnyTagClassName
 {
   color: #0AD889;
 }
</style>

background-color css

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

 a { background-color: rgb(10,216,137); }

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

border-color css

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

 span { border-color: rgb(10,216,137); }

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