Html Css Color HEX #01C27E Caribbean Green

📋 copy color: '#01C27E'

red 1 ◦ green 194 ◦ blue 126

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

Shades of Caribbean Green #01C27E

Tints of Caribbean Green #01C27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 0.31%
G = 60.44%
B = 39.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#01C27E (or 0x01C27E) is known color: Caribbean Green. HEX triplet: 01, C2 and 7E. RGB value is (1,194,126). Sum of RGB (Red+Green+Blue) = 1+194+126=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #01C27E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C27E is #FE3D81. Grayscale: #808080. Windows color (decimal): -16661890 or 8307201. OLE color: 8307201.

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

Color convert

RGB 1 194 126 -
CMYK 0.99 0 0.35 0.24
HSL 158.86º 0.99% 0.38% -
HSV(B) 158.86º 0.99% 0.76% -
XYZ 23.07 40.1 26.26 -
YUV 128.54 126.56 37.03 -
System Red Green Blue C M Y K H S L
Decimal 1 194 126 0.99 0 0.35 0.24 158.86 0.99 0.38
Hex 1 C2 7E 63 0 23 18 9F 63 26
Octal 1 302 176 143 0 43 30 237 143 46
Binary 1 11000010 1111110 1100011 0 100011 11000 10011111 1100011 100110

Color Harmonies of #01C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C27E

Black with #01C27E

Text Example


Text Example

White with #01C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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