Html Css Color HEX #0AD995 Caribbean Green

📋 copy color: '#0AD995'

red 10 ◦ green 217 ◦ blue 149

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

Shades of Caribbean Green #0AD995

Tints of Caribbean Green #0AD995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.71%

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 2.66%
G = 57.71%
B = 39.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#0AD995 (or 0x0AD995) is known color: Caribbean Green. HEX triplet: 0A, D9 and 95. RGB value is (10,217,149). Sum of RGB (Red+Green+Blue) = 10+217+149=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 217 (85.16% from 255 or 57.71% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD995 is #F5266A. Grayscale: #939393. Windows color (decimal): -16066155 or 9820426. OLE color: 9820426.

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

Color convert

RGB 10 217 149 -
CMYK 0.95 0 0.31 0.15
HSL 160.29º 0.91% 0.45% -
HSV(B) 160.29º 0.95% 0.85% -
XYZ 30.36 51.86 36.84 -
YUV 147.36 128.92 30.03 -
System Red Green Blue C M Y K H S L
Decimal 10 217 149 0.95 0 0.31 0.15 160.29 0.91 0.45
Hex A D9 95 5F 0 1F F A0 5B 2D
Octal 12 331 225 137 0 37 17 240 133 55
Binary 1010 11011001 10010101 1011111 0 11111 1111 10100000 1011011 101101

Color Harmonies of #0AD995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD995

Black with #0AD995

Text Example


Text Example

White with #0AD995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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