Html Css Color HEX #01C97F Caribbean Green

📋 copy color: '#01C97F'

red 1 ◦ green 201 ◦ blue 127

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

Shades of Caribbean Green #01C97F

Tints of Caribbean Green #01C97F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.09%

 BLUE value IS 127 (50% from 255) = 38.6%

R = 0.3%
G = 61.09%
B = 38.6%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#01C97F (or 0x01C97F) is known color: Caribbean Green. HEX triplet: 01, C9 and 7F. RGB value is (1,201,127). Sum of RGB (Red+Green+Blue) = 1+201+127=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #01C97F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C97F is #FE3680. Grayscale: #848484. Windows color (decimal): -16660097 or 8374529. OLE color: 8374529.

HSL color Cylindrical-coordinate representation of color #01C97F: hue angle of 157.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C97F is Cyan = 1.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 201 127 -
CMYK 1.00 0 0.37 0.21
HSL 157.8º 0.99% 0.4% -
HSV(B) 157.8º 1% 0.79% -
XYZ 24.73 43.31 27.14 -
YUV 132.76 124.74 34.02 -
System Red Green Blue C M Y K H S L
Decimal 1 201 127 1.00 0 0.37 0.21 157.8 0.99 0.4
Hex 1 C9 7F 64 0 25 15 9E 63 28
Octal 1 311 177 144 0 45 25 236 143 50
Binary 1 11001001 1111111 1100100 0 100101 10101 10011110 1100011 101000

Color Harmonies of #01C97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C97F

Black with #01C97F

Text Example


Text Example

White with #01C97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,201,127); }

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

background-color css

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

 a { background-color: rgb(1,201,127); }

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

border-color css

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

 span { border-color: rgb(1,201,127); }

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