Html Css Color HEX #01C261 Jade

📋 copy color: '#01C261'

red 1 ◦ green 194 ◦ blue 97

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

Shades of Jade #01C261

Tints of Jade #01C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.44%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 0.34%
G = 66.44%
B = 33.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#01C261 (or 0x01C261) is known color: Jade. HEX triplet: 01, C2 and 61. RGB value is (1,194,97). Sum of RGB (Red+Green+Blue) = 1+194+97=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #01C261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C261 is #FE3D9E. Grayscale: #7D7D7D. Windows color (decimal): -16661919 or 6406657. OLE color: 6406657.

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

Color convert

RGB 1 194 97 -
CMYK 0.99 0 0.50 0.24
HSL 149.84º 0.99% 0.38% -
HSV(B) 149.84º 0.99% 0.76% -
XYZ 21.46 39.45 17.79 -
YUV 125.24 112.06 39.39 -
System Red Green Blue C M Y K H S L
Decimal 1 194 97 0.99 0 0.50 0.24 149.84 0.99 0.38
Hex 1 C2 61 63 0 32 18 96 63 26
Octal 1 302 141 143 0 62 30 226 143 46
Binary 1 11000010 1100001 1100011 0 110010 11000 10010110 1100011 100110

Color Harmonies of #01C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C261

Black with #01C261

Text Example


Text Example

White with #01C261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,194,97); }

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

background-color css

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

 a { background-color: rgb(1,194,97); }

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

border-color css

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

 span { border-color: rgb(1,194,97); }

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