Html Css Color HEX #08B16A Jade

📋 copy color: '#08B16A'

red 8 ◦ green 177 ◦ blue 106

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

Shades of Jade #08B16A

Tints of Jade #08B16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.82%

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 2.75%
G = 60.82%
B = 36.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#08B16A (or 0x08B16A) is known color: Jade. HEX triplet: 08, B1 and 6A. RGB value is (8,177,106). Sum of RGB (Red+Green+Blue) = 8+177+106=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 177 (69.53% from 255 or 60.82% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 177 - color contains mainly: green. Hex color #08B16A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B16A is #F74E95. Grayscale: #767676. Windows color (decimal): -16207510 or 6992136. OLE color: 6992136.

HSL color Cylindrical-coordinate representation of color #08B16A: hue angle of 154.79º 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 #08B16A is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 177 106 -
CMYK 0.95 0 0.40 0.31
HSL 154.79º 0.91% 0.36% -
HSV(B) 154.79º 0.95% 0.69% -
XYZ 18.42 32.54 18.94 -
YUV 118.38 121.01 49.27 -
System Red Green Blue C M Y K H S L
Decimal 8 177 106 0.95 0 0.40 0.31 154.79 0.91 0.36
Hex 8 B1 6A 5F 0 28 1F 9B 5B 24
Octal 10 261 152 137 0 50 37 233 133 44
Binary 1000 10110001 1101010 1011111 0 101000 11111 10011011 1011011 100100

Color Harmonies of #08B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B16A

Black with #08B16A

Text Example


Text Example

White with #08B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,177,106); }

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

background-color css

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

 a { background-color: rgb(8,177,106); }

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

border-color css

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

 span { border-color: rgb(8,177,106); }

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