Html Css Color HEX #01C568 Jade

📋 copy color: '#01C568'

red 1 ◦ green 197 ◦ blue 104

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

Shades of Jade #01C568

Tints of Jade #01C568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.23%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 0.33%
G = 65.23%
B = 34.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#01C568 (or 0x01C568) is known color: Jade. HEX triplet: 01, C5 and 68. RGB value is (1,197,104). Sum of RGB (Red+Green+Blue) = 1+197+104=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #01C568 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C568 is #FE3A97. Grayscale: #7F7F7F. Windows color (decimal): -16661144 or 6866177. OLE color: 6866177.

HSL color Cylindrical-coordinate representation of color #01C568: hue angle of 151.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C568 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 197 104 -
CMYK 0.99 0 0.47 0.23
HSL 151.53º 0.99% 0.39% -
HSV(B) 151.53º 0.99% 0.77% -
XYZ 22.48 40.94 19.81 -
YUV 127.79 114.57 37.56 -
System Red Green Blue C M Y K H S L
Decimal 1 197 104 0.99 0 0.47 0.23 151.53 0.99 0.39
Hex 1 C5 68 63 0 2F 17 98 63 27
Octal 1 305 150 143 0 57 27 230 143 47
Binary 1 11000101 1101000 1100011 0 101111 10111 10011000 1100011 100111

Color Harmonies of #01C568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C568

Black with #01C568

Text Example


Text Example

White with #01C568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,197,104); }

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

background-color css

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

 a { background-color: rgb(1,197,104); }

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

border-color css

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

 span { border-color: rgb(1,197,104); }

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