Html Css Color HEX #01C375 Jade

📋 copy color: '#01C375'

red 1 ◦ green 195 ◦ blue 117

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

Shades of Jade #01C375

Tints of Jade #01C375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 0.32%
G = 62.3%
B = 37.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#01C375 (or 0x01C375) is known color: Jade. HEX triplet: 01, C3 and 75. RGB value is (1,195,117). Sum of RGB (Red+Green+Blue) = 1+195+117=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #01C375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C375 is #FE3C8A. Grayscale: #808080. Windows color (decimal): -16661643 or 7717633. OLE color: 7717633.

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

Color convert

RGB 1 195 117 -
CMYK 0.99 0 0.4 0.24
HSL 155.88º 0.99% 0.38% -
HSV(B) 155.88º 0.99% 0.76% -
XYZ 22.74 40.32 23.41 -
YUV 128.1 121.73 37.34 -
System Red Green Blue C M Y K H S L
Decimal 1 195 117 0.99 0 0.4 0.24 155.88 0.99 0.38
Hex 1 C3 75 63 0 28 18 9C 63 26
Octal 1 303 165 143 0 50 30 234 143 46
Binary 1 11000011 1110101 1100011 0 101000 11000 10011100 1100011 100110

Color Harmonies of #01C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C375

Black with #01C375

Text Example


Text Example

White with #01C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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