Html Css Color HEX #01C392 Caribbean Green

📋 copy color: '#01C392'

red 1 ◦ green 195 ◦ blue 146

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

Shades of Caribbean Green #01C392

Tints of Caribbean Green #01C392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 0.29%
G = 57.02%
B = 42.69%

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

#01C392 (or 0x01C392) is known color: Caribbean Green. HEX triplet: 01, C3 and 92. RGB value is (1,195,146). Sum of RGB (Red+Green+Blue) = 1+195+146=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #01C392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C392 is #FE3C6D. Grayscale: #838383. Windows color (decimal): -16661614 or 9618177. OLE color: 9618177.

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

Color convert

RGB 1 195 146 -
CMYK 0.99 0 0.25 0.24
HSL 164.85º 0.99% 0.38% -
HSV(B) 164.85º 0.99% 0.76% -
XYZ 24.72 41.11 33.83 -
YUV 131.41 136.23 34.98 -
System Red Green Blue C M Y K H S L
Decimal 1 195 146 0.99 0 0.25 0.24 164.85 0.99 0.38
Hex 1 C3 92 63 0 19 18 A5 63 26
Octal 1 303 222 143 0 31 30 245 143 46
Binary 1 11000011 10010010 1100011 0 11001 11000 10100101 1100011 100110

Color Harmonies of #01C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C392

Black with #01C392

Text Example


Text Example

White with #01C392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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