Html Css Color HEX #0AD881 Caribbean Green

📋 copy color: '#0AD881'

red 10 ◦ green 216 ◦ blue 129

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

Shades of Caribbean Green #0AD881

Tints of Caribbean Green #0AD881

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.85%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 2.82%
G = 60.85%
B = 36.34%

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

#0AD881 (or 0x0AD881) is known color: Caribbean Green. HEX triplet: 0A, D8 and 81. RGB value is (10,216,129). Sum of RGB (Red+Green+Blue) = 10+216+129=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD881 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD881 is #F5277E. Grayscale: #909090. Windows color (decimal): -16066431 or 8509450. OLE color: 8509450.

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

Color convert

RGB 10 216 129 -
CMYK 0.95 0 0.40 0.15
HSL 154.66º 0.91% 0.44% -
HSV(B) 154.66º 0.95% 0.85% -
XYZ 28.64 50.76 29.06 -
YUV 144.49 119.25 32.07 -
System Red Green Blue C M Y K H S L
Decimal 10 216 129 0.95 0 0.40 0.15 154.66 0.91 0.44
Hex A D8 81 5F 0 28 F 9B 5B 2C
Octal 12 330 201 137 0 50 17 233 133 54
Binary 1010 11011000 10000001 1011111 0 101000 1111 10011011 1011011 101100

Color Harmonies of #0AD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD881

Black with #0AD881

Text Example


Text Example

White with #0AD881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,129); }

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

background-color css

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

 a { background-color: rgb(10,216,129); }

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

border-color css

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

 span { border-color: rgb(10,216,129); }

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