Html Css Color HEX #01DF9E Caribbean Green

📋 copy color: '#01DF9E'

red 1 ◦ green 223 ◦ blue 158

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

Shades of Caribbean Green #01DF9E

Tints of Caribbean Green #01DF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 0.26%
G = 58.38%
B = 41.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#01DF9E (or 0x01DF9E) is known color: Caribbean Green. HEX triplet: 01, DF and 9E. RGB value is (1,223,158). Sum of RGB (Red+Green+Blue) = 1+223+158=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DF9E is #FE2061. Grayscale: #959595. Windows color (decimal): -16654434 or 10411777. OLE color: 10411777.

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

Color convert

RGB 1 223 158 -
CMYK 1.00 0 0.29 0.13
HSL 162.43º 0.99% 0.44% -
HSV(B) 162.43º 1% 0.87% -
XYZ 32.57 55.25 41.3 -
YUV 149.21 132.95 22.29 -
System Red Green Blue C M Y K H S L
Decimal 1 223 158 1.00 0 0.29 0.13 162.43 0.99 0.44
Hex 1 DF 9E 64 0 1D D A2 63 2C
Octal 1 337 236 144 0 35 15 242 143 54
Binary 1 11011111 10011110 1100100 0 11101 1101 10100010 1100011 101100

Color Harmonies of #01DF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF9E

Black with #01DF9E

Text Example


Text Example

White with #01DF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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