Html Css Color HEX #08B066 Jade

📋 copy color: '#08B066'

red 8 ◦ green 176 ◦ blue 102

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

Shades of Jade #08B066

Tints of Jade #08B066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.54%

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

R = 2.8%
G = 61.54%
B = 35.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#08B066 (or 0x08B066) is known color: Jade. HEX triplet: 08, B0 and 66. RGB value is (8,176,102). Sum of RGB (Red+Green+Blue) = 8+176+102=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #08B066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B066 is #F74F99. Grayscale: #757575. Windows color (decimal): -16207770 or 6729736. OLE color: 6729736.

HSL color Cylindrical-coordinate representation of color #08B066: hue angle of 153.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08B066 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 176 102 -
CMYK 0.95 0 0.42 0.31
HSL 153.57º 0.91% 0.36% -
HSV(B) 153.57º 0.95% 0.69% -
XYZ 18.02 32.06 17.81 -
YUV 117.33 119.34 50.02 -
System Red Green Blue C M Y K H S L
Decimal 8 176 102 0.95 0 0.42 0.31 153.57 0.91 0.36
Hex 8 B0 66 5F 0 2A 1F 9A 5B 24
Octal 10 260 146 137 0 52 37 232 133 44
Binary 1000 10110000 1100110 1011111 0 101010 11111 10011010 1011011 100100

Color Harmonies of #08B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B066

Black with #08B066

Text Example


Text Example

White with #08B066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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