Html Css Color HEX #01C068 Jade

📋 copy color: '#01C068'

red 1 ◦ green 192 ◦ blue 104

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

Shades of Jade #01C068

Tints of Jade #01C068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.65%

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

R = 0.34%
G = 64.65%
B = 35.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#01C068 (or 0x01C068) is known color: Jade. HEX triplet: 01, C0 and 68. RGB value is (1,192,104). Sum of RGB (Red+Green+Blue) = 1+192+104=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #01C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C068 is #FE3F97. Grayscale: #7D7D7D. Windows color (decimal): -16662424 or 6864897. OLE color: 6864897.

HSL color Cylindrical-coordinate representation of color #01C068: hue angle of 152.36º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C068 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 104 -
CMYK 0.99 0 0.46 0.25
HSL 152.36º 0.99% 0.38% -
HSV(B) 152.36º 0.99% 0.75% -
XYZ 21.36 38.71 19.44 -
YUV 124.86 116.22 39.66 -
System Red Green Blue C M Y K H S L
Decimal 1 192 104 0.99 0 0.46 0.25 152.36 0.99 0.38
Hex 1 C0 68 63 0 2E 19 98 63 26
Octal 1 300 150 143 0 56 31 230 143 46
Binary 1 11000000 1101000 1100011 0 101110 11001 10011000 1100011 100110

Color Harmonies of #01C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C068

Black with #01C068

Text Example


Text Example

White with #01C068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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