Html Css Color HEX #01DC95 Caribbean Green

📋 copy color: '#01DC95'

red 1 ◦ green 220 ◦ blue 149

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

Shades of Caribbean Green #01DC95

Tints of Caribbean Green #01DC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 0.27%
G = 59.46%
B = 40.27%

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

#01DC95 (or 0x01DC95) is known color: Caribbean Green. HEX triplet: 01, DC and 95. RGB value is (1,220,149). Sum of RGB (Red+Green+Blue) = 1+220+149=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DC95 is #FE236A. Grayscale: #929292. Windows color (decimal): -16655211 or 9821185. OLE color: 9821185.

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

Color convert

RGB 1 220 149 -
CMYK 1.00 0 0.32 0.14
HSL 160.55º 0.99% 0.43% -
HSV(B) 160.55º 1% 0.86% -
XYZ 31.03 53.36 37.1 -
YUV 146.43 129.45 24.27 -
System Red Green Blue C M Y K H S L
Decimal 1 220 149 1.00 0 0.32 0.14 160.55 0.99 0.43
Hex 1 DC 95 64 0 20 E A1 63 2B
Octal 1 334 225 144 0 40 16 241 143 53
Binary 1 11011100 10010101 1100100 0 100000 1110 10100001 1100011 101011

Color Harmonies of #01DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC95

Black with #01DC95

Text Example


Text Example

White with #01DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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