Html Css Color HEX #0ADE9D Caribbean Green

📋 copy color: '#0ADE9D'

red 10 ◦ green 222 ◦ blue 157

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

Shades of Caribbean Green #0ADE9D

Tints of Caribbean Green #0ADE9D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.07%

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 2.57%
G = 57.07%
B = 40.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#0ADE9D (or 0x0ADE9D) is known color: Caribbean Green. HEX triplet: 0A, DE and 9D. RGB value is (10,222,157). Sum of RGB (Red+Green+Blue) = 10+222+157=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 222 (87.11% from 255 or 57.07% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADE9D is #F52162. Grayscale: #979797. Windows color (decimal): -16064867 or 10345994. OLE color: 10345994.

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

Color convert

RGB 10 222 157 -
CMYK 0.95 0 0.29 0.13
HSL 161.6º 0.91% 0.45% -
HSV(B) 161.6º 0.95% 0.87% -
XYZ 32.33 54.74 40.76 -
YUV 151.2 131.26 27.29 -
System Red Green Blue C M Y K H S L
Decimal 10 222 157 0.95 0 0.29 0.13 161.6 0.91 0.45
Hex A DE 9D 5F 0 1D D A2 5B 2D
Octal 12 336 235 137 0 35 15 242 133 55
Binary 1010 11011110 10011101 1011111 0 11101 1101 10100010 1011011 101101

Color Harmonies of #0ADE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADE9D

Black with #0ADE9D

Text Example


Text Example

White with #0ADE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,222,157); }

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

background-color css

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

 a { background-color: rgb(10,222,157); }

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

border-color css

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

 span { border-color: rgb(10,222,157); }

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