Html Css Color HEX #0AD17D Caribbean Green

📋 copy color: '#0AD17D'

red 10 ◦ green 209 ◦ blue 125

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

Shades of Caribbean Green #0AD17D

Tints of Caribbean Green #0AD17D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.76%

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

R = 2.91%
G = 60.76%
B = 36.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#0AD17D (or 0x0AD17D) is known color: Caribbean Green. HEX triplet: 0A, D1 and 7D. RGB value is (10,209,125). Sum of RGB (Red+Green+Blue) = 10+209+125=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 209 (82.03% from 255 or 60.76% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD17D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD17D is #F52E82. Grayscale: #8C8C8C. Windows color (decimal): -16068227 or 8245514. OLE color: 8245514.

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

Color convert

RGB 10 209 125 -
CMYK 0.95 0 0.40 0.18
HSL 154.67º 0.91% 0.43% -
HSV(B) 154.67º 0.95% 0.82% -
XYZ 26.63 47.15 27.1 -
YUV 139.92 119.57 35.33 -
System Red Green Blue C M Y K H S L
Decimal 10 209 125 0.95 0 0.40 0.18 154.67 0.91 0.43
Hex A D1 7D 5F 0 28 12 9B 5B 2B
Octal 12 321 175 137 0 50 22 233 133 53
Binary 1010 11010001 1111101 1011111 0 101000 10010 10011011 1011011 101011

Color Harmonies of #0AD17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD17D

Black with #0AD17D

Text Example


Text Example

White with #0AD17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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