Html Css Color HEX #01C366 Jade

📋 copy color: '#01C366'

red 1 ◦ green 195 ◦ blue 102

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

Shades of Jade #01C366

Tints of Jade #01C366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 0.34%
G = 65.44%
B = 34.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#01C366 (or 0x01C366) is known color: Jade. HEX triplet: 01, C3 and 66. RGB value is (1,195,102). Sum of RGB (Red+Green+Blue) = 1+195+102=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #01C366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C366 is #FE3C99. Grayscale: #7E7E7E. Windows color (decimal): -16661658 or 6734593. OLE color: 6734593.

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

Color convert

RGB 1 195 102 -
CMYK 0.99 0 0.48 0.24
HSL 151.24º 0.99% 0.38% -
HSV(B) 151.24º 0.99% 0.76% -
XYZ 21.93 40 19.13 -
YUV 126.39 114.23 38.56 -
System Red Green Blue C M Y K H S L
Decimal 1 195 102 0.99 0 0.48 0.24 151.24 0.99 0.38
Hex 1 C3 66 63 0 30 18 97 63 26
Octal 1 303 146 143 0 60 30 227 143 46
Binary 1 11000011 1100110 1100011 0 110000 11000 10010111 1100011 100110

Color Harmonies of #01C366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C366

Black with #01C366

Text Example


Text Example

White with #01C366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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