Html Css Color HEX #01C091 Caribbean Green

📋 copy color: '#01C091'

red 1 ◦ green 192 ◦ blue 145

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

Shades of Caribbean Green #01C091

Tints of Caribbean Green #01C091

RGB

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

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

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

R = 0.3%
G = 56.8%
B = 42.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#01C091 (or 0x01C091) is known color: Caribbean Green. HEX triplet: 01, C0 and 91. RGB value is (1,192,145). Sum of RGB (Red+Green+Blue) = 1+192+145=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #01C091 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C091 is #FE3F6E. Grayscale: #818181. Windows color (decimal): -16662383 or 9551873. OLE color: 9551873.

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

Color convert

RGB 1 192 145 -
CMYK 0.99 0 0.24 0.25
HSL 165.24º 0.99% 0.38% -
HSV(B) 165.24º 0.99% 0.75% -
XYZ 23.97 39.75 33.2 -
YUV 129.53 136.72 36.32 -
System Red Green Blue C M Y K H S L
Decimal 1 192 145 0.99 0 0.24 0.25 165.24 0.99 0.38
Hex 1 C0 91 63 0 18 19 A5 63 26
Octal 1 300 221 143 0 30 31 245 143 46
Binary 1 11000000 10010001 1100011 0 11000 11001 10100101 1100011 100110

Color Harmonies of #01C091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C091

Black with #01C091

Text Example


Text Example

White with #01C091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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