Html Css Color HEX #08BC74 Jade

📋 copy color: '#08BC74'

red 8 ◦ green 188 ◦ blue 116

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

Shades of Jade #08BC74

Tints of Jade #08BC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 2.56%
G = 60.26%
B = 37.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#08BC74 (or 0x08BC74) is known color: Jade. HEX triplet: 08, BC and 74. RGB value is (8,188,116). Sum of RGB (Red+Green+Blue) = 8+188+116=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC74 is #F7438B. Grayscale: #7E7E7E. Windows color (decimal): -16204684 or 7650312. OLE color: 7650312.

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

Color convert

RGB 8 188 116 -
CMYK 0.96 0 0.38 0.26
HSL 156º 0.92% 0.38% -
HSV(B) 156º 0.96% 0.74% -
XYZ 21.24 37.28 22.6 -
YUV 125.97 122.37 43.85 -
System Red Green Blue C M Y K H S L
Decimal 8 188 116 0.96 0 0.38 0.26 156 0.92 0.38
Hex 8 BC 74 60 0 26 1A 9C 5C 26
Octal 10 274 164 140 0 46 32 234 134 46
Binary 1000 10111100 1110100 1100000 0 100110 11010 10011100 1011100 100110

Color Harmonies of #08BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC74

Black with #08BC74

Text Example


Text Example

White with #08BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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