Html Css Color HEX #08BC66 Jade

📋 copy color: '#08BC66'

red 8 ◦ green 188 ◦ blue 102

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

Shades of Jade #08BC66

Tints of Jade #08BC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.09%

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

R = 2.68%
G = 63.09%
B = 34.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#08BC66 (or 0x08BC66) is known color: Jade. HEX triplet: 08, BC and 66. RGB value is (8,188,102). Sum of RGB (Red+Green+Blue) = 8+188+102=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC66 is #F74399. Grayscale: #7C7C7C. Windows color (decimal): -16204698 or 6732808. OLE color: 6732808.

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

Color convert

RGB 8 188 102 -
CMYK 0.96 0 0.46 0.26
HSL 151.33º 0.92% 0.38% -
HSV(B) 151.33º 0.96% 0.74% -
XYZ 20.48 36.98 18.63 -
YUV 124.38 115.37 44.99 -
System Red Green Blue C M Y K H S L
Decimal 8 188 102 0.96 0 0.46 0.26 151.33 0.92 0.38
Hex 8 BC 66 60 0 2E 1A 97 5C 26
Octal 10 274 146 140 0 56 32 227 134 46
Binary 1000 10111100 1100110 1100000 0 101110 11010 10010111 1011100 100110

Color Harmonies of #08BC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC66

Black with #08BC66

Text Example


Text Example

White with #08BC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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