Html Css Color HEX #08BA77 Jade

📋 copy color: '#08BA77'

red 8 ◦ green 186 ◦ blue 119

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

Shades of Jade #08BA77

Tints of Jade #08BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.42%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 2.56%
G = 59.42%
B = 38.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#08BA77 (or 0x08BA77) is known color: Jade. HEX triplet: 08, BA and 77. RGB value is (8,186,119). Sum of RGB (Red+Green+Blue) = 8+186+119=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA77 is #F74588. Grayscale: #7D7D7D. Windows color (decimal): -16205193 or 7846408. OLE color: 7846408.

HSL color Cylindrical-coordinate representation of color #08BA77: hue angle of 157.42º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA77 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 186 119 -
CMYK 0.96 0 0.36 0.27
HSL 157.42º 0.92% 0.38% -
HSV(B) 157.42º 0.96% 0.73% -
XYZ 20.99 36.5 23.39 -
YUV 125.14 124.53 44.45 -
System Red Green Blue C M Y K H S L
Decimal 8 186 119 0.96 0 0.36 0.27 157.42 0.92 0.38
Hex 8 BA 77 60 0 24 1B 9D 5C 26
Octal 10 272 167 140 0 44 33 235 134 46
Binary 1000 10111010 1110111 1100000 0 100100 11011 10011101 1011100 100110

Color Harmonies of #08BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA77

Black with #08BA77

Text Example


Text Example

White with #08BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,186,119); }

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

background-color css

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

 a { background-color: rgb(8,186,119); }

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

border-color css

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

 span { border-color: rgb(8,186,119); }

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