#08B264

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

Shades of Jade #08B264

Tints of Jade #08B264

Color information

#08B264 (or 0x08B264) is unknown color: approx Jade. HEX triplet: 08, B2 and 64. RGB value is (8,178,100). Sum of RGB (Red+Green+Blue) = 8+178+100=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #08B264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B264 is #F74D9B. Grayscale: #767676. Windows color (decimal): -16207260 or 6599176. OLE color: 6599176.

HSL color Cylindrical-coordinate representation of color #08B264: hue angle of 152.47º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B264 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB8178100-
CMYK0.9600.440.30
HSL152.47º91.4%36.47%-
HSV(B)152.47º95.51%69.8%-
XYZ18.3232.8117.42-
YUV118.28117.6849.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.80%
GREEN value IS 178 (69.92% from 255) = 62.24%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=2.80%
G=62.24%
B=34.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81781000.9600.440.30152.4791.436.47
Hex8B2646002C1E985b24
Octal102621441400543623013344
Binary10001011001011001001100000010110011110100110001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,178,100); }

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

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

 a { background-color: rgb(8,178,100); }

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

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

 span { border-color: rgb(8,178,100); }

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