Html Css Color HEX #01DC89 Caribbean Green

📋 copy color: '#01DC89'

red 1 ◦ green 220 ◦ blue 137

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

Shades of Caribbean Green #01DC89

Tints of Caribbean Green #01DC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.27%

R = 0.28%
G = 61.45%
B = 38.27%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#01DC89 (or 0x01DC89) is known color: Caribbean Green. HEX triplet: 01, DC and 89. RGB value is (1,220,137). Sum of RGB (Red+Green+Blue) = 1+220+137=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DC89 is #FE2376. Grayscale: #919191. Windows color (decimal): -16655223 or 9034753. OLE color: 9034753.

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

Color convert

RGB 1 220 137 -
CMYK 1.00 0 0.38 0.14
HSL 157.26º 0.99% 0.43% -
HSV(B) 157.26º 1% 0.86% -
XYZ 30.12 53 32.31 -
YUV 145.06 123.45 25.25 -
System Red Green Blue C M Y K H S L
Decimal 1 220 137 1.00 0 0.38 0.14 157.26 0.99 0.43
Hex 1 DC 89 64 0 26 E 9D 63 2B
Octal 1 334 211 144 0 46 16 235 143 53
Binary 1 11011100 10001001 1100100 0 100110 1110 10011101 1100011 101011

Color Harmonies of #01DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC89

Black with #01DC89

Text Example


Text Example

White with #01DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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