Html Css Color HEX #01C393 Caribbean Green

📋 copy color: '#01C393'

red 1 ◦ green 195 ◦ blue 147

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

Shades of Caribbean Green #01C393

Tints of Caribbean Green #01C393

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.85%

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

R = 0.29%
G = 56.85%
B = 42.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#01C393 (or 0x01C393) is known color: Caribbean Green. HEX triplet: 01, C3 and 93. RGB value is (1,195,147). Sum of RGB (Red+Green+Blue) = 1+195+147=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #01C393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C393 is #FE3C6C. Grayscale: #838383. Windows color (decimal): -16661613 or 9683713. OLE color: 9683713.

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

Color convert

RGB 1 195 147 -
CMYK 0.99 0 0.25 0.24
HSL 165.15º 0.99% 0.38% -
HSV(B) 165.15º 0.99% 0.76% -
XYZ 24.79 41.14 34.24 -
YUV 131.52 136.73 34.9 -
System Red Green Blue C M Y K H S L
Decimal 1 195 147 0.99 0 0.25 0.24 165.15 0.99 0.38
Hex 1 C3 93 63 0 19 18 A5 63 26
Octal 1 303 223 143 0 31 30 245 143 46
Binary 1 11000011 10010011 1100011 0 11001 11000 10100101 1100011 100110

Color Harmonies of #01C393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C393

Black with #01C393

Text Example


Text Example

White with #01C393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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