Html Css Color HEX #01D18C Caribbean Green

📋 copy color: '#01D18C'

red 1 ◦ green 209 ◦ blue 140

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

Shades of Caribbean Green #01D18C

Tints of Caribbean Green #01D18C

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 0.29%
G = 59.71%
B = 40%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#01D18C (or 0x01D18C) is known color: Caribbean Green. HEX triplet: 01, D1 and 8C. RGB value is (1,209,140). Sum of RGB (Red+Green+Blue) = 1+209+140=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #01D18C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D18C is #FE2E73. Grayscale: #8B8B8B. Windows color (decimal): -16658036 or 9228545. OLE color: 9228545.

HSL color Cylindrical-coordinate representation of color #01D18C: hue angle of 160.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D18C is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 209 140 -
CMYK 1.00 0 0.33 0.18
HSL 160.1º 0.99% 0.41% -
HSV(B) 160.1º 1% 0.82% -
XYZ 27.55 47.5 32.53 -
YUV 138.94 128.59 29.61 -
System Red Green Blue C M Y K H S L
Decimal 1 209 140 1.00 0 0.33 0.18 160.1 0.99 0.41
Hex 1 D1 8C 64 0 21 12 A0 63 29
Octal 1 321 214 144 0 41 22 240 143 51
Binary 1 11010001 10001100 1100100 0 100001 10010 10100000 1100011 101001

Color Harmonies of #01D18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D18C

Black with #01D18C

Text Example


Text Example

White with #01D18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01D18C; }

 p { color: rgb(1,209,140); }

 H1.HeaderClassName
 {
   color: #01D18C;
 }
 .AnyTagClassName
 {
   color: #01D18C;
 }
</style>

background-color css

<style>
 a { background-color: #01D18C; }

 a { background-color: rgb(1,209,140); }

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

border-color css

<style>
 span { border-color: #01D18C; }

 span { border-color: rgb(1,209,140); }

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