Html Css Color HEX #01CC7C Caribbean Green

📋 copy color: '#01CC7C'

red 1 ◦ green 204 ◦ blue 124

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

Shades of Caribbean Green #01CC7C

Tints of Caribbean Green #01CC7C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.01%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 0.3%
G = 62.01%
B = 37.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#01CC7C (or 0x01CC7C) is known color: Caribbean Green. HEX triplet: 01, CC and 7C. RGB value is (1,204,124). Sum of RGB (Red+Green+Blue) = 1+204+124=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CC7C is #FE3383. Grayscale: #868686. Windows color (decimal): -16659332 or 8178689. OLE color: 8178689.

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

Color convert

RGB 1 204 124 -
CMYK 1.00 0 0.39 0.2
HSL 156.35º 0.99% 0.4% -
HSV(B) 156.35º 1% 0.8% -
XYZ 25.24 44.65 26.36 -
YUV 134.18 122.25 33 -
System Red Green Blue C M Y K H S L
Decimal 1 204 124 1.00 0 0.39 0.2 156.35 0.99 0.4
Hex 1 CC 7C 64 0 27 14 9C 63 28
Octal 1 314 174 144 0 47 24 234 143 50
Binary 1 11001100 1111100 1100100 0 100111 10100 10011100 1100011 101000

Color Harmonies of #01CC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CC7C

Black with #01CC7C

Text Example


Text Example

White with #01CC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,204,124); }

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

background-color css

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

 a { background-color: rgb(1,204,124); }

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

border-color css

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

 span { border-color: rgb(1,204,124); }

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