Html Css Color HEX #01C295 Caribbean Green

📋 copy color: '#01C295'

red 1 ◦ green 194 ◦ blue 149

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

Shades of Caribbean Green #01C295

Tints of Caribbean Green #01C295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.4%

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

R = 0.29%
G = 56.4%
B = 43.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#01C295 (or 0x01C295) is known color: Caribbean Green. HEX triplet: 01, C2 and 95. RGB value is (1,194,149). Sum of RGB (Red+Green+Blue) = 1+194+149=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #01C295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C295 is #FE3D6A. Grayscale: #838383. Windows color (decimal): -16661867 or 9814529. OLE color: 9814529.

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

Color convert

RGB 1 194 149 -
CMYK 0.99 0 0.23 0.24
HSL 166.01º 0.99% 0.38% -
HSV(B) 166.01º 0.99% 0.76% -
XYZ 24.73 40.76 35 -
YUV 131.16 138.06 35.16 -
System Red Green Blue C M Y K H S L
Decimal 1 194 149 0.99 0 0.23 0.24 166.01 0.99 0.38
Hex 1 C2 95 63 0 17 18 A6 63 26
Octal 1 302 225 143 0 27 30 246 143 46
Binary 1 11000010 10010101 1100011 0 10111 11000 10100110 1100011 100110

Color Harmonies of #01C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C295

Black with #01C295

Text Example


Text Example

White with #01C295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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