#08B962

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

Shades of Jade #08B962

Tints of Jade #08B962

Color information

#08B962 (or 0x08B962) is unknown color: approx Jade. HEX triplet: 08, B9 and 62. RGB value is (8,185,98). Sum of RGB (Red+Green+Blue) = 8+185+98=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #08B962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B962 is #F7469D. Grayscale: #7A7A7A. Windows color (decimal): -16205470 or 6469896. OLE color: 6469896.

HSL color Cylindrical-coordinate representation of color #08B962: hue angle of 150.51º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B962 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB818598-
CMYK0.9600.470.27
HSL150.51º91.71%37.84%-
HSV(B)150.51º95.68%72.55%-
XYZ19.6535.6317.4-
YUV122.16114.3646.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 185 (72.66% from 255) = 63.57%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=2.75%
G=63.57%
B=33.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8185980.9600.470.27150.5191.7137.84
Hex8B9626002F1B975c26
Octal102711421400573322713446
Binary10001011100111000101100000010111111011100101111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B962; }

 p { color: rgb(8,185,98); }

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

<style>
 a { background-color: #08B962; }

 a { background-color: rgb(8,185,98); }

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

<style>
 span { border-color: #08B962; }

 span { border-color: rgb(8,185,98); }

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