Html Css Color HEX #01C981 Caribbean Green

📋 copy color: '#01C981'

red 1 ◦ green 201 ◦ blue 129

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

Shades of Caribbean Green #01C981

Tints of Caribbean Green #01C981

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.73%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 0.3%
G = 60.73%
B = 38.97%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#01C981 (or 0x01C981) is known color: Caribbean Green. HEX triplet: 01, C9 and 81. RGB value is (1,201,129). Sum of RGB (Red+Green+Blue) = 1+201+129=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #01C981 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C981 is #FE367E. Grayscale: #858585. Windows color (decimal): -16660095 or 8505601. OLE color: 8505601.

HSL color Cylindrical-coordinate representation of color #01C981: hue angle of 158.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C981 is Cyan = 1.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 201 129 -
CMYK 1.00 0 0.36 0.21
HSL 158.4º 0.99% 0.4% -
HSV(B) 158.4º 1% 0.79% -
XYZ 24.86 43.36 27.83 -
YUV 132.99 125.74 33.85 -
System Red Green Blue C M Y K H S L
Decimal 1 201 129 1.00 0 0.36 0.21 158.4 0.99 0.4
Hex 1 C9 81 64 0 24 15 9E 63 28
Octal 1 311 201 144 0 44 25 236 143 50
Binary 1 11001001 10000001 1100100 0 100100 10101 10011110 1100011 101000

Color Harmonies of #01C981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C981

Black with #01C981

Text Example


Text Example

White with #01C981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,201,129); }

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

background-color css

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

 a { background-color: rgb(1,201,129); }

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

border-color css

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

 span { border-color: rgb(1,201,129); }

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