Html Css Color HEX #01C093 Caribbean Green

📋 copy color: '#01C093'

red 1 ◦ green 192 ◦ blue 147

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

Shades of Caribbean Green #01C093

Tints of Caribbean Green #01C093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

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

R = 0.29%
G = 56.47%
B = 43.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#01C093 (or 0x01C093) is known color: Caribbean Green. HEX triplet: 01, C0 and 93. RGB value is (1,192,147). Sum of RGB (Red+Green+Blue) = 1+192+147=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #01C093 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C093 is #FE3F6C. Grayscale: #818181. Windows color (decimal): -16662381 or 9682945. OLE color: 9682945.

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

Color convert

RGB 1 192 147 -
CMYK 0.99 0 0.23 0.25
HSL 165.86º 0.99% 0.38% -
HSV(B) 165.86º 0.99% 0.75% -
XYZ 24.13 39.81 34.02 -
YUV 129.76 137.72 36.16 -
System Red Green Blue C M Y K H S L
Decimal 1 192 147 0.99 0 0.23 0.25 165.86 0.99 0.38
Hex 1 C0 93 63 0 17 19 A6 63 26
Octal 1 300 223 143 0 27 31 246 143 46
Binary 1 11000000 10010011 1100011 0 10111 11001 10100110 1100011 100110

Color Harmonies of #01C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C093

Black with #01C093

Text Example


Text Example

White with #01C093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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