Html Css Color HEX #01C083 Caribbean Green

📋 copy color: '#01C083'

red 1 ◦ green 192 ◦ blue 131

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

Shades of Caribbean Green #01C083

Tints of Caribbean Green #01C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 0.31%
G = 59.26%
B = 40.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#01C083 (or 0x01C083) is known color: Caribbean Green. HEX triplet: 01, C0 and 83. RGB value is (1,192,131). Sum of RGB (Red+Green+Blue) = 1+192+131=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #01C083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C083 is #FE3F7C. Grayscale: #7F7F7F. Windows color (decimal): -16662397 or 8634369. OLE color: 8634369.

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

Color convert

RGB 1 192 131 -
CMYK 0.99 0 0.32 0.25
HSL 160.84º 0.99% 0.38% -
HSV(B) 160.84º 0.99% 0.75% -
XYZ 22.96 39.34 27.86 -
YUV 127.94 129.72 37.46 -
System Red Green Blue C M Y K H S L
Decimal 1 192 131 0.99 0 0.32 0.25 160.84 0.99 0.38
Hex 1 C0 83 63 0 20 19 A1 63 26
Octal 1 300 203 143 0 40 31 241 143 46
Binary 1 11000000 10000011 1100011 0 100000 11001 10100001 1100011 100110

Color Harmonies of #01C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C083

Black with #01C083

Text Example


Text Example

White with #01C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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