Html Css Color HEX #0ADE8D Caribbean Green

📋 copy color: '#0ADE8D'

red 10 ◦ green 222 ◦ blue 141

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

Shades of Caribbean Green #0ADE8D

Tints of Caribbean Green #0ADE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 2.68%
G = 59.52%
B = 37.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#0ADE8D (or 0x0ADE8D) is known color: Caribbean Green. HEX triplet: 0A, DE and 8D. RGB value is (10,222,141). Sum of RGB (Red+Green+Blue) = 10+222+141=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADE8D is #F52172. Grayscale: #959595. Windows color (decimal): -16064883 or 9297418. OLE color: 9297418.

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

Color convert

RGB 10 222 141 -
CMYK 0.95 0 0.36 0.13
HSL 157.08º 0.91% 0.45% -
HSV(B) 157.08º 0.95% 0.87% -
XYZ 31.05 54.23 34.03 -
YUV 149.38 123.26 28.59 -
System Red Green Blue C M Y K H S L
Decimal 10 222 141 0.95 0 0.36 0.13 157.08 0.91 0.45
Hex A DE 8D 5F 0 24 D 9D 5B 2D
Octal 12 336 215 137 0 44 15 235 133 55
Binary 1010 11011110 10001101 1011111 0 100100 1101 10011101 1011011 101101

Color Harmonies of #0ADE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADE8D

Black with #0ADE8D

Text Example


Text Example

White with #0ADE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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