#08BD61

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

Shades of Jade #08BD61

Tints of Jade #08BD61

Color information

#08BD61 (or 0x08BD61) is unknown color: approx Jade. HEX triplet: 08, BD and 61. RGB value is (8,189,97). Sum of RGB (Red+Green+Blue) = 8+189+97=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BD61 is #F7429E. Grayscale: #7C7C7C. Windows color (decimal): -16204447 or 6405384. OLE color: 6405384.

HSL color Cylindrical-coordinate representation of color #08BD61: hue angle of 149.5º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD61 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB818997-
CMYK0.9600.490.26
HSL149.5º91.88%38.63%-
HSV(B)149.5º95.77%74.12%-
XYZ20.4637.3117.43-
YUV124.39112.5344.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.72%
GREEN value IS 189 (74.22% from 255) = 64.29%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=2.72%
G=64.29%
B=32.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8189970.9600.490.26149.591.8838.63
Hex8BD61600311A965c27
Octal102751411400613222613447
Binary10001011110111000011100000011000111010100101101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,189,97); }

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

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

 a { background-color: rgb(8,189,97); }

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

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

 span { border-color: rgb(8,189,97); }

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