Html Css Color HEX #01C982 Caribbean Green

📋 copy color: '#01C982'

red 1 ◦ green 201 ◦ blue 130

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

Shades of Caribbean Green #01C982

Tints of Caribbean Green #01C982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 0.3%
G = 60.54%
B = 39.16%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#01C982 (or 0x01C982) is known color: Caribbean Green. HEX triplet: 01, C9 and 82. RGB value is (1,201,130). Sum of RGB (Red+Green+Blue) = 1+201+130=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #01C982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C982 is #FE367D. Grayscale: #858585. Windows color (decimal): -16660094 or 8571137. OLE color: 8571137.

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

Color convert

RGB 1 201 130 -
CMYK 1.00 0 0.35 0.21
HSL 158.7º 0.99% 0.4% -
HSV(B) 158.7º 1% 0.79% -
XYZ 24.93 43.39 28.18 -
YUV 133.11 126.24 33.77 -
System Red Green Blue C M Y K H S L
Decimal 1 201 130 1.00 0 0.35 0.21 158.7 0.99 0.4
Hex 1 C9 82 64 0 23 15 9F 63 28
Octal 1 311 202 144 0 43 25 237 143 50
Binary 1 11001001 10000010 1100100 0 100011 10101 10011111 1100011 101000

Color Harmonies of #01C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C982

Black with #01C982

Text Example


Text Example

White with #01C982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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