Html Css Color HEX #08B16B Jade

📋 copy color: '#08B16B'

red 8 ◦ green 177 ◦ blue 107

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

Shades of Jade #08B16B

Tints of Jade #08B16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 2.74%
G = 60.62%
B = 36.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#08B16B (or 0x08B16B) is known color: Jade. HEX triplet: 08, B1 and 6B. RGB value is (8,177,107). Sum of RGB (Red+Green+Blue) = 8+177+107=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #08B16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B16B is #F74E94. Grayscale: #767676. Windows color (decimal): -16207509 or 7057672. OLE color: 7057672.

HSL color Cylindrical-coordinate representation of color #08B16B: hue angle of 155.15º 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 #08B16B is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 177 107 -
CMYK 0.95 0 0.40 0.31
HSL 155.15º 0.91% 0.36% -
HSV(B) 155.15º 0.95% 0.69% -
XYZ 18.48 32.56 19.22 -
YUV 118.49 121.51 49.19 -
System Red Green Blue C M Y K H S L
Decimal 8 177 107 0.95 0 0.40 0.31 155.15 0.91 0.36
Hex 8 B1 6B 5F 0 28 1F 9B 5B 24
Octal 10 261 153 137 0 50 37 233 133 44
Binary 1000 10110001 1101011 1011111 0 101000 11111 10011011 1011011 100100

Color Harmonies of #08B16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B16B

Black with #08B16B

Text Example


Text Example

White with #08B16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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