Html Css Color HEX #08B16D Jade

📋 copy color: '#08B16D'

red 8 ◦ green 177 ◦ blue 109

#08B16D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #08B16D

Tints of Jade #08B16D

RGB

 RED value IS 8 (3.52% from 255) = 2.72%

 GREEN value IS 177 (69.53% from 255) = 60.2%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 2.72%
G = 60.2%
B = 37.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#08B16D (or 0x08B16D) is known color: Jade. HEX triplet: 08, B1 and 6D. RGB value is (8,177,109). Sum of RGB (Red+Green+Blue) = 8+177+109=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #08B16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B16D is #F74E92. Grayscale: #767676. Windows color (decimal): -16207507 or 7188744. OLE color: 7188744.

HSL color Cylindrical-coordinate representation of color #08B16D: hue angle of 155.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08B16D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 177 109 -
CMYK 0.95 0 0.38 0.31
HSL 155.86º 0.91% 0.36% -
HSV(B) 155.86º 0.95% 0.69% -
XYZ 18.58 32.6 19.78 -
YUV 118.72 122.51 49.03 -
System Red Green Blue C M Y K H S L
Decimal 8 177 109 0.95 0 0.38 0.31 155.86 0.91 0.36
Hex 8 B1 6D 5F 0 26 1F 9C 5B 24
Octal 10 261 155 137 0 46 37 234 133 44
Binary 1000 10110001 1101101 1011111 0 100110 11111 10011100 1011011 100100

Color Harmonies of #08B16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B16D

Black with #08B16D

Text Example


Text Example

White with #08B16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,177,109); }

 H1.HeaderClassName
 {
   color: #08B16D;
 }
 .AnyTagClassName
 {
   color: #08B16D;
 }
</style>

background-color css

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

 a { background-color: rgb(8,177,109); }

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

border-color css

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

 span { border-color: rgb(8,177,109); }

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