Html Css Color HEX #01DC96 Caribbean Green

📋 copy color: '#01DC96'

red 1 ◦ green 220 ◦ blue 150

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

Shades of Caribbean Green #01DC96

Tints of Caribbean Green #01DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.3%

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 0.27%
G = 59.3%
B = 40.43%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#01DC96 (or 0x01DC96) is known color: Caribbean Green. HEX triplet: 01, DC and 96. RGB value is (1,220,150). Sum of RGB (Red+Green+Blue) = 1+220+150=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DC96 is #FE2369. Grayscale: #929292. Windows color (decimal): -16655210 or 9886721. OLE color: 9886721.

HSL color Cylindrical-coordinate representation of color #01DC96: hue angle of 160.82º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC96 is Cyan = 1.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 150 -
CMYK 1.00 0 0.32 0.14
HSL 160.82º 0.99% 0.43% -
HSV(B) 160.82º 1% 0.86% -
XYZ 31.11 53.39 37.52 -
YUV 146.54 129.95 24.19 -
System Red Green Blue C M Y K H S L
Decimal 1 220 150 1.00 0 0.32 0.14 160.82 0.99 0.43
Hex 1 DC 96 64 0 20 E A1 63 2B
Octal 1 334 226 144 0 40 16 241 143 53
Binary 1 11011100 10010110 1100100 0 100000 1110 10100001 1100011 101011

Color Harmonies of #01DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC96

Black with #01DC96

Text Example


Text Example

White with #01DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,220,150); }

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

background-color css

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

 a { background-color: rgb(1,220,150); }

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

border-color css

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

 span { border-color: rgb(1,220,150); }

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