Html Css Color HEX #01C395 Caribbean Green

📋 copy color: '#01C395'

red 1 ◦ green 195 ◦ blue 149

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

Shades of Caribbean Green #01C395

Tints of Caribbean Green #01C395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 0.29%
G = 56.52%
B = 43.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#01C395 (or 0x01C395) is known color: Caribbean Green. HEX triplet: 01, C3 and 95. RGB value is (1,195,149). Sum of RGB (Red+Green+Blue) = 1+195+149=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #01C395 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C395 is #FE3C6A. Grayscale: #838383. Windows color (decimal): -16661611 or 9814785. OLE color: 9814785.

HSL color Cylindrical-coordinate representation of color #01C395: hue angle of 165.77º 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 #01C395 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 195 149 -
CMYK 0.99 0 0.24 0.24
HSL 165.77º 0.99% 0.38% -
HSV(B) 165.77º 0.99% 0.76% -
XYZ 24.95 41.21 35.07 -
YUV 131.75 137.73 34.74 -
System Red Green Blue C M Y K H S L
Decimal 1 195 149 0.99 0 0.24 0.24 165.77 0.99 0.38
Hex 1 C3 95 63 0 18 18 A6 63 26
Octal 1 303 225 143 0 30 30 246 143 46
Binary 1 11000011 10010101 1100011 0 11000 11000 10100110 1100011 100110

Color Harmonies of #01C395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C395

Black with #01C395

Text Example


Text Example

White with #01C395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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