#00BF7A

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

Shades of Jade #00BF7A

Tints of Jade #00BF7A

Color information

#00BF7A (or 0x00BF7A) is unknown color: approx Jade. HEX triplet: 00, BF and 7A. RGB value is (0,191,122). Sum of RGB (Red+Green+Blue) = 0+191+122=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF7A is #FF4085. Grayscale: #7E7E7E. Windows color (decimal): -16728198 or 8044288. OLE color: 8044288.

HSL color Cylindrical-coordinate representation of color #00BF7A: hue angle of 158.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF7A is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB0191122-
CMYK100.360.25
HSL158.32º100%37.45%-
HSV(B)158.32º100%74.9%-
XYZ22.1438.6724.71-
YUV126.02125.7238.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 61.02%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=0%
G=61.02%
B=38.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal0191122100.360.25158.3210037.45
Hex0BF7A64024199e6425
Octal02771721440443123614445
Binary01011111111110101100100010010011001100111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BF7A; }

 p { color: rgb(0,191,122); }

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

<style>
 a { background-color: #00BF7A; }

 a { background-color: rgb(0,191,122); }

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

<style>
 span { border-color: #00BF7A; }

 span { border-color: rgb(0,191,122); }

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