Html Css Color HEX #08B16E Jade

📋 copy color: '#08B16E'

red 8 ◦ green 177 ◦ blue 110

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

Shades of Jade #08B16E

Tints of Jade #08B16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.29%

R = 2.71%
G = 60%
B = 37.29%

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

#08B16E (or 0x08B16E) is known color: Jade. HEX triplet: 08, B1 and 6E. RGB value is (8,177,110). Sum of RGB (Red+Green+Blue) = 8+177+110=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #08B16E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B16E is #F74E91. Grayscale: #767676. Windows color (decimal): -16207506 or 7254280. OLE color: 7254280.

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

Color convert

RGB 8 177 110 -
CMYK 0.95 0 0.38 0.31
HSL 156.21º 0.91% 0.36% -
HSV(B) 156.21º 0.95% 0.69% -
XYZ 18.64 32.62 20.07 -
YUV 118.83 123.01 48.95 -
System Red Green Blue C M Y K H S L
Decimal 8 177 110 0.95 0 0.38 0.31 156.21 0.91 0.36
Hex 8 B1 6E 5F 0 26 1F 9C 5B 24
Octal 10 261 156 137 0 46 37 234 133 44
Binary 1000 10110001 1101110 1011111 0 100110 11111 10011100 1011011 100100

Color Harmonies of #08B16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B16E

Black with #08B16E

Text Example


Text Example

White with #08B16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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