Html Css Color HEX #0ADB82 Caribbean Green

📋 copy color: '#0ADB82'

red 10 ◦ green 219 ◦ blue 130

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

Shades of Caribbean Green #0ADB82

Tints of Caribbean Green #0ADB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61%

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 2.79%
G = 61%
B = 36.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#0ADB82 (or 0x0ADB82) is known color: Caribbean Green. HEX triplet: 0A, DB and 82. RGB value is (10,219,130). Sum of RGB (Red+Green+Blue) = 10+219+130=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADB82 is #F5247D. Grayscale: #929292. Windows color (decimal): -16065662 or 8575754. OLE color: 8575754.

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

Color convert

RGB 10 219 130 -
CMYK 0.95 0 0.41 0.14
HSL 154.45º 0.91% 0.45% -
HSV(B) 154.45º 0.95% 0.86% -
XYZ 29.49 52.34 29.67 -
YUV 146.36 118.76 30.74 -
System Red Green Blue C M Y K H S L
Decimal 10 219 130 0.95 0 0.41 0.14 154.45 0.91 0.45
Hex A DB 82 5F 0 29 E 9A 5B 2D
Octal 12 333 202 137 0 51 16 232 133 55
Binary 1010 11011011 10000010 1011111 0 101001 1110 10011010 1011011 101101

Color Harmonies of #0ADB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADB82

Black with #0ADB82

Text Example


Text Example

White with #0ADB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,219,130); }

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

background-color css

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

 a { background-color: rgb(10,219,130); }

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

border-color css

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

 span { border-color: rgb(10,219,130); }

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