Html Css Color HEX #0ADC9B Caribbean Green

📋 copy color: '#0ADC9B'

red 10 ◦ green 220 ◦ blue 155

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

Shades of Caribbean Green #0ADC9B

Tints of Caribbean Green #0ADC9B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.14%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 2.6%
G = 57.14%
B = 40.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#0ADC9B (or 0x0ADC9B) is known color: Caribbean Green. HEX triplet: 0A, DC and 9B. RGB value is (10,220,155). Sum of RGB (Red+Green+Blue) = 10+220+155=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADC9B is #F52364. Grayscale: #959595. Windows color (decimal): -16065381 or 10214410. OLE color: 10214410.

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

Color convert

RGB 10 220 155 -
CMYK 0.95 0 0.30 0.14
HSL 161.43º 0.91% 0.45% -
HSV(B) 161.43º 0.95% 0.86% -
XYZ 31.63 53.62 39.69 -
YUV 149.8 130.93 28.29 -
System Red Green Blue C M Y K H S L
Decimal 10 220 155 0.95 0 0.30 0.14 161.43 0.91 0.45
Hex A DC 9B 5F 0 1E E A1 5B 2D
Octal 12 334 233 137 0 36 16 241 133 55
Binary 1010 11011100 10011011 1011111 0 11110 1110 10100001 1011011 101101

Color Harmonies of #0ADC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC9B

Black with #0ADC9B

Text Example


Text Example

White with #0ADC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,155); }

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

background-color css

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

 a { background-color: rgb(10,220,155); }

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

border-color css

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

 span { border-color: rgb(10,220,155); }

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