Html Css Color HEX #01C05F Jade

📋 copy color: '#01C05F'

red 1 ◦ green 192 ◦ blue 95

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

Shades of Jade #01C05F

Tints of Jade #01C05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 0.35%
G = 66.67%
B = 32.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#01C05F (or 0x01C05F) is known color: Jade. HEX triplet: 01, C0 and 5F. RGB value is (1,192,95). Sum of RGB (Red+Green+Blue) = 1+192+95=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #01C05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C05F is #FE3FA0. Grayscale: #7C7C7C. Windows color (decimal): -16662433 or 6275073. OLE color: 6275073.

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

Color convert

RGB 1 192 95 -
CMYK 0.99 0 0.51 0.25
HSL 149.53º 0.99% 0.38% -
HSV(B) 149.53º 0.99% 0.75% -
XYZ 20.93 38.53 17.16 -
YUV 123.83 111.72 40.39 -
System Red Green Blue C M Y K H S L
Decimal 1 192 95 0.99 0 0.51 0.25 149.53 0.99 0.38
Hex 1 C0 5F 63 0 33 19 96 63 26
Octal 1 300 137 143 0 63 31 226 143 46
Binary 1 11000000 1011111 1100011 0 110011 11001 10010110 1100011 100110

Color Harmonies of #01C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C05F

Black with #01C05F

Text Example


Text Example

White with #01C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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