Html Css Color HEX #0AD17B Caribbean Green

📋 copy color: '#0AD17B'

red 10 ◦ green 209 ◦ blue 123

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

Shades of Caribbean Green #0AD17B

Tints of Caribbean Green #0AD17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.96%

R = 2.92%
G = 61.11%
B = 35.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#0AD17B (or 0x0AD17B) is known color: Caribbean Green. HEX triplet: 0A, D1 and 7B. RGB value is (10,209,123). Sum of RGB (Red+Green+Blue) = 10+209+123=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD17B is #F52E84. Grayscale: #8B8B8B. Windows color (decimal): -16068229 or 8114442. OLE color: 8114442.

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

Color convert

RGB 10 209 123 -
CMYK 0.95 0 0.41 0.18
HSL 154.07º 0.91% 0.43% -
HSV(B) 154.07º 0.95% 0.82% -
XYZ 26.5 47.1 26.43 -
YUV 139.7 118.57 35.49 -
System Red Green Blue C M Y K H S L
Decimal 10 209 123 0.95 0 0.41 0.18 154.07 0.91 0.43
Hex A D1 7B 5F 0 29 12 9A 5B 2B
Octal 12 321 173 137 0 51 22 232 133 53
Binary 1010 11010001 1111011 1011111 0 101001 10010 10011010 1011011 101011

Color Harmonies of #0AD17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD17B

Black with #0AD17B

Text Example


Text Example

White with #0AD17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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