Html Css Color HEX #08BA66 Jade

📋 copy color: '#08BA66'

red 8 ◦ green 186 ◦ blue 102

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

Shades of Jade #08BA66

Tints of Jade #08BA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 2.7%
G = 62.84%
B = 34.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#08BA66 (or 0x08BA66) is known color: Jade. HEX triplet: 08, BA and 66. RGB value is (8,186,102). Sum of RGB (Red+Green+Blue) = 8+186+102=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA66 is #F74599. Grayscale: #7B7B7B. Windows color (decimal): -16205210 or 6732296. OLE color: 6732296.

HSL color Cylindrical-coordinate representation of color #08BA66: hue angle of 151.69º 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 #08BA66 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 186 102 -
CMYK 0.96 0 0.45 0.27
HSL 151.69º 0.92% 0.38% -
HSV(B) 151.69º 0.96% 0.73% -
XYZ 20.06 36.13 18.49 -
YUV 123.2 116.03 45.83 -
System Red Green Blue C M Y K H S L
Decimal 8 186 102 0.96 0 0.45 0.27 151.69 0.92 0.38
Hex 8 BA 66 60 0 2D 1B 98 5C 26
Octal 10 272 146 140 0 55 33 230 134 46
Binary 1000 10111010 1100110 1100000 0 101101 11011 10011000 1011100 100110

Color Harmonies of #08BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA66

Black with #08BA66

Text Example


Text Example

White with #08BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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