Html Css Color HEX #0AD878 Caribbean Green

📋 copy color: '#0AD878'

red 10 ◦ green 216 ◦ blue 120

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

Shades of Caribbean Green #0AD878

Tints of Caribbean Green #0AD878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 2.89%
G = 62.43%
B = 34.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#0AD878 (or 0x0AD878) is known color: Caribbean Green. HEX triplet: 0A, D8 and 78. RGB value is (10,216,120). Sum of RGB (Red+Green+Blue) = 10+216+120=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD878 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD878 is #F52787. Grayscale: #8F8F8F. Windows color (decimal): -16066440 or 7919626. OLE color: 7919626.

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

Color convert

RGB 10 216 120 -
CMYK 0.95 0 0.44 0.15
HSL 152.04º 0.91% 0.44% -
HSV(B) 152.04º 0.95% 0.85% -
XYZ 28.07 50.53 26.04 -
YUV 143.46 114.75 32.81 -
System Red Green Blue C M Y K H S L
Decimal 10 216 120 0.95 0 0.44 0.15 152.04 0.91 0.44
Hex A D8 78 5F 0 2C F 98 5B 2C
Octal 12 330 170 137 0 54 17 230 133 54
Binary 1010 11011000 1111000 1011111 0 101100 1111 10011000 1011011 101100

Color Harmonies of #0AD878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD878

Black with #0AD878

Text Example


Text Example

White with #0AD878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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