Html Css Color HEX #08BA68 Jade

📋 copy color: '#08BA68'

red 8 ◦ green 186 ◦ blue 104

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

Shades of Jade #08BA68

Tints of Jade #08BA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 2.68%
G = 62.42%
B = 34.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#08BA68 (or 0x08BA68) is known color: Jade. HEX triplet: 08, BA and 68. RGB value is (8,186,104). Sum of RGB (Red+Green+Blue) = 8+186+104=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA68 is #F74597. Grayscale: #7B7B7B. Windows color (decimal): -16205208 or 6863368. OLE color: 6863368.

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

Color convert

RGB 8 186 104 -
CMYK 0.96 0 0.44 0.27
HSL 152.36º 0.92% 0.38% -
HSV(B) 152.36º 0.96% 0.73% -
XYZ 20.16 36.17 19.02 -
YUV 123.43 117.03 45.67 -
System Red Green Blue C M Y K H S L
Decimal 8 186 104 0.96 0 0.44 0.27 152.36 0.92 0.38
Hex 8 BA 68 60 0 2C 1B 98 5C 26
Octal 10 272 150 140 0 54 33 230 134 46
Binary 1000 10111010 1101000 1100000 0 101100 11011 10011000 1011100 100110

Color Harmonies of #08BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA68

Black with #08BA68

Text Example


Text Example

White with #08BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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