Html Css Color HEX #0ADA7D Caribbean Green

📋 copy color: '#0ADA7D'

red 10 ◦ green 218 ◦ blue 125

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

Shades of Caribbean Green #0ADA7D

Tints of Caribbean Green #0ADA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.76%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 2.83%
G = 61.76%
B = 35.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#0ADA7D (or 0x0ADA7D) is known color: Caribbean Green. HEX triplet: 0A, DA and 7D. RGB value is (10,218,125). Sum of RGB (Red+Green+Blue) = 10+218+125=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADA7D is #F52582. Grayscale: #919191. Windows color (decimal): -16065923 or 8247818. OLE color: 8247818.

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

Color convert

RGB 10 218 125 -
CMYK 0.95 0 0.43 0.15
HSL 153.17º 0.91% 0.45% -
HSV(B) 153.17º 0.95% 0.85% -
XYZ 28.9 51.69 27.86 -
YUV 145.21 116.59 31.56 -
System Red Green Blue C M Y K H S L
Decimal 10 218 125 0.95 0 0.43 0.15 153.17 0.91 0.45
Hex A DA 7D 5F 0 2B F 99 5B 2D
Octal 12 332 175 137 0 53 17 231 133 55
Binary 1010 11011010 1111101 1011111 0 101011 1111 10011001 1011011 101101

Color Harmonies of #0ADA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADA7D

Black with #0ADA7D

Text Example


Text Example

White with #0ADA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,218,125); }

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

background-color css

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

 a { background-color: rgb(10,218,125); }

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

border-color css

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

 span { border-color: rgb(10,218,125); }

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