Html Css Color HEX #08BC6D Jade

📋 copy color: '#08BC6D'

red 8 ◦ green 188 ◦ blue 109

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

Shades of Jade #08BC6D

Tints of Jade #08BC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 2.62%
G = 61.64%
B = 35.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#08BC6D (or 0x08BC6D) is known color: Jade. HEX triplet: 08, BC and 6D. RGB value is (8,188,109). Sum of RGB (Red+Green+Blue) = 8+188+109=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC6D is #F74392. Grayscale: #7D7D7D. Windows color (decimal): -16204691 or 7191560. OLE color: 7191560.

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

Color convert

RGB 8 188 109 -
CMYK 0.96 0 0.42 0.26
HSL 153.67º 0.92% 0.38% -
HSV(B) 153.67º 0.96% 0.74% -
XYZ 20.84 37.12 20.53 -
YUV 125.17 118.87 44.42 -
System Red Green Blue C M Y K H S L
Decimal 8 188 109 0.96 0 0.42 0.26 153.67 0.92 0.38
Hex 8 BC 6D 60 0 2A 1A 9A 5C 26
Octal 10 274 155 140 0 52 32 232 134 46
Binary 1000 10111100 1101101 1100000 0 101010 11010 10011010 1011100 100110

Color Harmonies of #08BC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC6D

Black with #08BC6D

Text Example


Text Example

White with #08BC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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