Html Css Color HEX #0AD584 Caribbean Green

📋 copy color: '#0AD584'

red 10 ◦ green 213 ◦ blue 132

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

Shades of Caribbean Green #0AD584

Tints of Caribbean Green #0AD584

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 2.82%
G = 60%
B = 37.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#0AD584 (or 0x0AD584) is known color: Caribbean Green. HEX triplet: 0A, D5 and 84. RGB value is (10,213,132). Sum of RGB (Red+Green+Blue) = 10+213+132=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD584 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD584 is #F52A7B. Grayscale: #8F8F8F. Windows color (decimal): -16067196 or 8705290. OLE color: 8705290.

HSL color Cylindrical-coordinate representation of color #0AD584: hue angle of 156.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD584 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 213 132 -
CMYK 0.95 0 0.38 0.16
HSL 156.06º 0.91% 0.44% -
HSV(B) 156.06º 0.95% 0.84% -
XYZ 28.08 49.32 29.87 -
YUV 143.07 121.75 33.09 -
System Red Green Blue C M Y K H S L
Decimal 10 213 132 0.95 0 0.38 0.16 156.06 0.91 0.44
Hex A D5 84 5F 0 26 10 9C 5B 2C
Octal 12 325 204 137 0 46 20 234 133 54
Binary 1010 11010101 10000100 1011111 0 100110 10000 10011100 1011011 101100

Color Harmonies of #0AD584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD584

Black with #0AD584

Text Example


Text Example

White with #0AD584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,213,132); }

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

background-color css

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

 a { background-color: rgb(10,213,132); }

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

border-color css

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

 span { border-color: rgb(10,213,132); }

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