Html Css Color HEX #0AD982 Caribbean Green

📋 copy color: '#0AD982'

red 10 ◦ green 217 ◦ blue 130

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

Shades of Caribbean Green #0AD982

Tints of Caribbean Green #0AD982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.78%

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

R = 2.8%
G = 60.78%
B = 36.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#0AD982 (or 0x0AD982) is known color: Caribbean Green. HEX triplet: 0A, D9 and 82. RGB value is (10,217,130). Sum of RGB (Red+Green+Blue) = 10+217+130=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD982 is #F5267D. Grayscale: #919191. Windows color (decimal): -16066174 or 8575242. OLE color: 8575242.

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

Color convert

RGB 10 217 130 -
CMYK 0.95 0 0.40 0.15
HSL 154.78º 0.91% 0.45% -
HSV(B) 154.78º 0.95% 0.85% -
XYZ 28.97 51.3 29.49 -
YUV 145.19 119.42 31.57 -
System Red Green Blue C M Y K H S L
Decimal 10 217 130 0.95 0 0.40 0.15 154.78 0.91 0.45
Hex A D9 82 5F 0 28 F 9B 5B 2D
Octal 12 331 202 137 0 50 17 233 133 55
Binary 1010 11011001 10000010 1011111 0 101000 1111 10011011 1011011 101101

Color Harmonies of #0AD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD982

Black with #0AD982

Text Example


Text Example

White with #0AD982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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