Html Css Color HEX #01C291 Caribbean Green

📋 copy color: '#01C291'

red 1 ◦ green 194 ◦ blue 145

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

Shades of Caribbean Green #01C291

Tints of Caribbean Green #01C291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 0.29%
G = 57.06%
B = 42.65%

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

#01C291 (or 0x01C291) is known color: Caribbean Green. HEX triplet: 01, C2 and 91. RGB value is (1,194,145). Sum of RGB (Red+Green+Blue) = 1+194+145=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #01C291 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C291 is #FE3D6E. Grayscale: #828282. Windows color (decimal): -16661871 or 9552385. OLE color: 9552385.

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

Color convert

RGB 1 194 145 -
CMYK 0.99 0 0.25 0.24
HSL 164.77º 0.99% 0.38% -
HSV(B) 164.77º 0.99% 0.76% -
XYZ 24.42 40.63 33.34 -
YUV 130.71 136.06 35.48 -
System Red Green Blue C M Y K H S L
Decimal 1 194 145 0.99 0 0.25 0.24 164.77 0.99 0.38
Hex 1 C2 91 63 0 19 18 A5 63 26
Octal 1 302 221 143 0 31 30 245 143 46
Binary 1 11000010 10010001 1100011 0 11001 11000 10100101 1100011 100110

Color Harmonies of #01C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C291

Black with #01C291

Text Example


Text Example

White with #01C291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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