Html Css Color HEX #01C593 Caribbean Green

📋 copy color: '#01C593'

red 1 ◦ green 197 ◦ blue 147

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

Shades of Caribbean Green #01C593

Tints of Caribbean Green #01C593

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.1%

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 0.29%
G = 57.1%
B = 42.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#01C593 (or 0x01C593) is known color: Caribbean Green. HEX triplet: 01, C5 and 93. RGB value is (1,197,147). Sum of RGB (Red+Green+Blue) = 1+197+147=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #01C593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C593 is #FE3A6C. Grayscale: #848484. Windows color (decimal): -16661101 or 9684225. OLE color: 9684225.

HSL color Cylindrical-coordinate representation of color #01C593: hue angle of 164.69º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C593 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 197 147 -
CMYK 0.99 0 0.25 0.23
HSL 164.69º 0.99% 0.39% -
HSV(B) 164.69º 0.99% 0.77% -
XYZ 25.25 42.05 34.39 -
YUV 132.7 136.07 34.07 -
System Red Green Blue C M Y K H S L
Decimal 1 197 147 0.99 0 0.25 0.23 164.69 0.99 0.39
Hex 1 C5 93 63 0 19 17 A5 63 27
Octal 1 305 223 143 0 31 27 245 143 47
Binary 1 11000101 10010011 1100011 0 11001 10111 10100101 1100011 100111

Color Harmonies of #01C593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C593

Black with #01C593

Text Example


Text Example

White with #01C593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,197,147); }

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

background-color css

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

 a { background-color: rgb(1,197,147); }

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

border-color css

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

 span { border-color: rgb(1,197,147); }

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