Html Css Color HEX #08BA72 Jade

📋 copy color: '#08BA72'

red 8 ◦ green 186 ◦ blue 114

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

Shades of Jade #08BA72

Tints of Jade #08BA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 2.6%
G = 60.39%
B = 37.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#08BA72 (or 0x08BA72) is known color: Jade. HEX triplet: 08, BA and 72. RGB value is (8,186,114). Sum of RGB (Red+Green+Blue) = 8+186+114=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA72 is #F7458D. Grayscale: #7C7C7C. Windows color (decimal): -16205198 or 7518728. OLE color: 7518728.

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

Color convert

RGB 8 186 114 -
CMYK 0.96 0 0.39 0.27
HSL 155.73º 0.92% 0.38% -
HSV(B) 155.73º 0.96% 0.73% -
XYZ 20.7 36.38 21.85 -
YUV 124.57 122.03 44.85 -
System Red Green Blue C M Y K H S L
Decimal 8 186 114 0.96 0 0.39 0.27 155.73 0.92 0.38
Hex 8 BA 72 60 0 27 1B 9C 5C 26
Octal 10 272 162 140 0 47 33 234 134 46
Binary 1000 10111010 1110010 1100000 0 100111 11011 10011100 1011100 100110

Color Harmonies of #08BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA72

Black with #08BA72

Text Example


Text Example

White with #08BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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