Html Css Color HEX #01D19A Caribbean Green

📋 copy color: '#01D19A'

red 1 ◦ green 209 ◦ blue 154

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

Shades of Caribbean Green #01D19A

Tints of Caribbean Green #01D19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 0.27%
G = 57.42%
B = 42.31%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#01D19A (or 0x01D19A) is known color: Caribbean Green. HEX triplet: 01, D1 and 9A. RGB value is (1,209,154). Sum of RGB (Red+Green+Blue) = 1+209+154=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #01D19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D19A is #FE2E65. Grayscale: #8C8C8C. Windows color (decimal): -16658022 or 10146049. OLE color: 10146049.

HSL color Cylindrical-coordinate representation of color #01D19A: hue angle of 164.13º 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 #01D19A is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 209 154 -
CMYK 1.00 0 0.26 0.18
HSL 164.13º 0.99% 0.41% -
HSV(B) 164.13º 1% 0.82% -
XYZ 28.65 47.94 38.32 -
YUV 140.54 135.59 28.47 -
System Red Green Blue C M Y K H S L
Decimal 1 209 154 1.00 0 0.26 0.18 164.13 0.99 0.41
Hex 1 D1 9A 64 0 1A 12 A4 63 29
Octal 1 321 232 144 0 32 22 244 143 51
Binary 1 11010001 10011010 1100100 0 11010 10010 10100100 1100011 101001

Color Harmonies of #01D19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D19A

Black with #01D19A

Text Example


Text Example

White with #01D19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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