Html Css Color HEX #0ADC8D Caribbean Green

📋 copy color: '#0ADC8D'

red 10 ◦ green 220 ◦ blue 141

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

Shades of Caribbean Green #0ADC8D

Tints of Caribbean Green #0ADC8D

RGB

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

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

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

R = 2.7%
G = 59.3%
B = 38.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#0ADC8D (or 0x0ADC8D) is known color: Caribbean Green. HEX triplet: 0A, DC and 8D. RGB value is (10,220,141). Sum of RGB (Red+Green+Blue) = 10+220+141=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADC8D is #F52372. Grayscale: #949494. Windows color (decimal): -16065395 or 9296906. OLE color: 9296906.

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

Color convert

RGB 10 220 141 -
CMYK 0.95 0 0.36 0.14
HSL 157.43º 0.91% 0.45% -
HSV(B) 157.43º 0.95% 0.86% -
XYZ 30.53 53.17 33.85 -
YUV 148.2 123.93 29.42 -
System Red Green Blue C M Y K H S L
Decimal 10 220 141 0.95 0 0.36 0.14 157.43 0.91 0.45
Hex A DC 8D 5F 0 24 E 9D 5B 2D
Octal 12 334 215 137 0 44 16 235 133 55
Binary 1010 11011100 10001101 1011111 0 100100 1110 10011101 1011011 101101

Color Harmonies of #0ADC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC8D

Black with #0ADC8D

Text Example


Text Example

White with #0ADC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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