Html Css Color HEX #01CF73 Jade

📋 copy color: '#01CF73'

red 1 ◦ green 207 ◦ blue 115

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

Shades of Jade #01CF73

Tints of Jade #01CF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.09%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 0.31%
G = 64.09%
B = 35.6%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#01CF73 (or 0x01CF73) is known color: Jade. HEX triplet: 01, CF and 73. RGB value is (1,207,115). Sum of RGB (Red+Green+Blue) = 1+207+115=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CF73 is #FE308C. Grayscale: #878787. Windows color (decimal): -16658573 or 7589633. OLE color: 7589633.

HSL color Cylindrical-coordinate representation of color #01CF73: hue angle of 153.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF73 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 115 -
CMYK 1.00 0 0.44 0.19
HSL 153.2º 0.99% 0.41% -
HSV(B) 153.2º 1% 0.81% -
XYZ 25.42 45.87 23.73 -
YUV 134.92 116.75 32.48 -
System Red Green Blue C M Y K H S L
Decimal 1 207 115 1.00 0 0.44 0.19 153.2 0.99 0.41
Hex 1 CF 73 64 0 2C 13 99 63 29
Octal 1 317 163 144 0 54 23 231 143 51
Binary 1 11001111 1110011 1100100 0 101100 10011 10011001 1100011 101001

Color Harmonies of #01CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CF73

Black with #01CF73

Text Example


Text Example

White with #01CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,207,115); }

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

background-color css

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

 a { background-color: rgb(1,207,115); }

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

border-color css

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

 span { border-color: rgb(1,207,115); }

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