Html Css Color HEX #01D28D Caribbean Green

📋 copy color: '#01D28D'

red 1 ◦ green 210 ◦ blue 141

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

Shades of Caribbean Green #01D28D

Tints of Caribbean Green #01D28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.66%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 0.28%
G = 59.66%
B = 40.06%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#01D28D (or 0x01D28D) is known color: Caribbean Green. HEX triplet: 01, D2 and 8D. RGB value is (1,210,141). Sum of RGB (Red+Green+Blue) = 1+210+141=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #01D28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D28D is #FE2D72. Grayscale: #8B8B8B. Windows color (decimal): -16657779 or 9294337. OLE color: 9294337.

HSL color Cylindrical-coordinate representation of color #01D28D: hue angle of 160.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D28D is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 210 141 -
CMYK 1.00 0 0.33 0.18
HSL 160.19º 0.99% 0.41% -
HSV(B) 160.19º 1% 0.82% -
XYZ 27.87 48.02 33 -
YUV 139.64 128.76 29.11 -
System Red Green Blue C M Y K H S L
Decimal 1 210 141 1.00 0 0.33 0.18 160.19 0.99 0.41
Hex 1 D2 8D 64 0 21 12 A0 63 29
Octal 1 322 215 144 0 41 22 240 143 51
Binary 1 11010010 10001101 1100100 0 100001 10010 10100000 1100011 101001

Color Harmonies of #01D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D28D

Black with #01D28D

Text Example


Text Example

White with #01D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,210,141); }

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

background-color css

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

 a { background-color: rgb(1,210,141); }

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

border-color css

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

 span { border-color: rgb(1,210,141); }

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