Html Css Color HEX #08BE73 Jade

📋 copy color: '#08BE73'

red 8 ◦ green 190 ◦ blue 115

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

Shades of Jade #08BE73

Tints of Jade #08BE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.7%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 2.56%
G = 60.7%
B = 36.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#08BE73 (or 0x08BE73) is known color: Jade. HEX triplet: 08, BE and 73. RGB value is (8,190,115). Sum of RGB (Red+Green+Blue) = 8+190+115=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #08BE73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BE73 is #F7418C. Grayscale: #7F7F7F. Windows color (decimal): -16204173 or 7585288. OLE color: 7585288.

HSL color Cylindrical-coordinate representation of color #08BE73: hue angle of 155.27º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BE73 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 190 115 -
CMYK 0.96 0 0.39 0.25
HSL 155.27º 0.92% 0.39% -
HSV(B) 155.27º 0.96% 0.75% -
XYZ 21.61 38.12 22.44 -
YUV 127.03 121.2 43.1 -
System Red Green Blue C M Y K H S L
Decimal 8 190 115 0.96 0 0.39 0.25 155.27 0.92 0.39
Hex 8 BE 73 60 0 27 19 9B 5C 27
Octal 10 276 163 140 0 47 31 233 134 47
Binary 1000 10111110 1110011 1100000 0 100111 11001 10011011 1011100 100111

Color Harmonies of #08BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BE73

Black with #08BE73

Text Example


Text Example

White with #08BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,190,115); }

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

background-color css

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

 a { background-color: rgb(8,190,115); }

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

border-color css

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

 span { border-color: rgb(8,190,115); }

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