Html Css Color HEX #08BB66 Jade

📋 copy color: '#08BB66'

red 8 ◦ green 187 ◦ blue 102

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

Shades of Jade #08BB66

Tints of Jade #08BB66

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.96%

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

R = 2.69%
G = 62.96%
B = 34.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#08BB66 (or 0x08BB66) is known color: Jade. HEX triplet: 08, BB and 66. RGB value is (8,187,102). Sum of RGB (Red+Green+Blue) = 8+187+102=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 187 (73.44% from 255 or 62.96% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BB66 is #F74499. Grayscale: #7B7B7B. Windows color (decimal): -16204954 or 6732552. OLE color: 6732552.

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

Color convert

RGB 8 187 102 -
CMYK 0.96 0 0.45 0.27
HSL 151.51º 0.92% 0.38% -
HSV(B) 151.51º 0.96% 0.73% -
XYZ 20.27 36.55 18.56 -
YUV 123.79 115.7 45.41 -
System Red Green Blue C M Y K H S L
Decimal 8 187 102 0.96 0 0.45 0.27 151.51 0.92 0.38
Hex 8 BB 66 60 0 2D 1B 98 5C 26
Octal 10 273 146 140 0 55 33 230 134 46
Binary 1000 10111011 1100110 1100000 0 101101 11011 10011000 1011100 100110

Color Harmonies of #08BB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BB66

Black with #08BB66

Text Example


Text Example

White with #08BB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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