#01BD74

Color #01BD74 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #01BD74

Tints of Jade #01BD74

Color information

#01BD74 (or 0x01BD74) is unknown color: approx Jade. HEX triplet: 01, BD and 74. RGB value is (1,189,116). Sum of RGB (Red+Green+Blue) = 1+189+116=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BD74 is #FE428B. Grayscale: #7C7C7C. Windows color (decimal): -16663180 or 7650561. OLE color: 7650561.

HSL color Cylindrical-coordinate representation of color #01BD74: hue angle of 156.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BD74 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB1189116-
CMYK0.9900.390.26
HSL156.7º98.95%37.25%-
HSV(B)156.7º99.47%74.12%-
XYZ21.3637.6622.67-
YUV124.47123.2239.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 189 (74.22% from 255) = 61.76%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=0.33%
G=61.76%
B=37.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11891160.9900.390.26156.798.9537.25
Hex1BD74630271A9d6325
Octal12751641430473223514345
Binary11011110111101001100011010011111010100111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,189,116); }

 H1.HeaderClassName
 {
   color: #01BD74;
 }
 .AnyTagClassName
 {
   color: #01BD74;
 }
</style>
background-color css

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

 a { background-color: rgb(1,189,116); }

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

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

 span { border-color: rgb(1,189,116); }

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