#00B05E

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

Shades of Jade #00B05E

Tints of Jade #00B05E

Color information

#00B05E (or 0x00B05E) is unknown color: approx Jade. HEX triplet: 00, B0 and 5E. RGB value is (0,176,94). Sum of RGB (Red+Green+Blue) = 0+176+94=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 176 (69.14% from 255 or 65.19% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 176 - color contains mainly: green. Hex color #00B05E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B05E is #FF4FA1. Grayscale: #727272. Windows color (decimal): -16732066 or 6205440. OLE color: 6205440.

HSL color Cylindrical-coordinate representation of color #00B05E: hue angle of 152.05º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B05E is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB017694-
CMYK100.470.31
HSL152.05º100%34.51%-
HSV(B)152.05º100%69.02%-
XYZ17.5531.8615.81-
YUV114.03116.6946.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 176 (69.14% from 255) = 65.19%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=0%
G=65.19%
B=34.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017694100.470.31152.0510034.51
Hex0B05E6402F1F986423
Octal02601361440573723014443
Binary01011000010111101100100010111111111100110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,176,94); }

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

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

 a { background-color: rgb(0,176,94); }

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

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

 span { border-color: rgb(0,176,94); }

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