Html Css Color HEX #01DF9D Caribbean Green

📋 copy color: '#01DF9D'

red 1 ◦ green 223 ◦ blue 157

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

Shades of Caribbean Green #01DF9D

Tints of Caribbean Green #01DF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.53%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 0.26%
G = 58.53%
B = 41.21%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#01DF9D (or 0x01DF9D) is known color: Caribbean Green. HEX triplet: 01, DF and 9D. RGB value is (1,223,157). Sum of RGB (Red+Green+Blue) = 1+223+157=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DF9D is #FE2062. Grayscale: #959595. Windows color (decimal): -16654435 or 10346241. OLE color: 10346241.

HSL color Cylindrical-coordinate representation of color #01DF9D: hue angle of 162.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF9D is Cyan = 1.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 157 -
CMYK 1.00 0 0.30 0.13
HSL 162.16º 0.99% 0.44% -
HSV(B) 162.16º 1% 0.87% -
XYZ 32.49 55.22 40.84 -
YUV 149.1 132.45 22.37 -
System Red Green Blue C M Y K H S L
Decimal 1 223 157 1.00 0 0.30 0.13 162.16 0.99 0.44
Hex 1 DF 9D 64 0 1E D A2 63 2C
Octal 1 337 235 144 0 36 15 242 143 54
Binary 1 11011111 10011101 1100100 0 11110 1101 10100010 1100011 101100

Color Harmonies of #01DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF9D

Black with #01DF9D

Text Example


Text Example

White with #01DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,223,157); }

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

background-color css

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

 a { background-color: rgb(1,223,157); }

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

border-color css

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

 span { border-color: rgb(1,223,157); }

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