Html Css Color HEX #01C369 Jade

📋 copy color: '#01C369'

red 1 ◦ green 195 ◦ blue 105

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

Shades of Jade #01C369

Tints of Jade #01C369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 0.33%
G = 64.78%
B = 34.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#01C369 (or 0x01C369) is known color: Jade. HEX triplet: 01, C3 and 69. RGB value is (1,195,105). Sum of RGB (Red+Green+Blue) = 1+195+105=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #01C369 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C369 is #FE3C96. Grayscale: #7E7E7E. Windows color (decimal): -16661655 or 6931201. OLE color: 6931201.

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

Color convert

RGB 1 195 105 -
CMYK 0.99 0 0.46 0.24
HSL 152.16º 0.99% 0.38% -
HSV(B) 152.16º 0.99% 0.76% -
XYZ 22.08 40.06 19.93 -
YUV 126.73 115.73 38.32 -
System Red Green Blue C M Y K H S L
Decimal 1 195 105 0.99 0 0.46 0.24 152.16 0.99 0.38
Hex 1 C3 69 63 0 2E 18 98 63 26
Octal 1 303 151 143 0 56 30 230 143 46
Binary 1 11000011 1101001 1100011 0 101110 11000 10011000 1100011 100110

Color Harmonies of #01C369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C369

Black with #01C369

Text Example


Text Example

White with #01C369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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