Html Css Color HEX #08B46E Jade

📋 copy color: '#08B46E'

red 8 ◦ green 180 ◦ blue 110

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

Shades of Jade #08B46E

Tints of Jade #08B46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.4%

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 2.68%
G = 60.4%
B = 36.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#08B46E (or 0x08B46E) is known color: Jade. HEX triplet: 08, B4 and 6E. RGB value is (8,180,110). Sum of RGB (Red+Green+Blue) = 8+180+110=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #08B46E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B46E is #F74B91. Grayscale: #787878. Windows color (decimal): -16206738 or 7255048. OLE color: 7255048.

HSL color Cylindrical-coordinate representation of color #08B46E: hue angle of 155.58º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B46E is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 180 110 -
CMYK 0.96 0 0.39 0.29
HSL 155.58º 0.91% 0.37% -
HSV(B) 155.58º 0.96% 0.71% -
XYZ 19.24 33.82 20.27 -
YUV 120.59 122.02 47.69 -
System Red Green Blue C M Y K H S L
Decimal 8 180 110 0.96 0 0.39 0.29 155.58 0.91 0.37
Hex 8 B4 6E 60 0 27 1D 9C 5B 25
Octal 10 264 156 140 0 47 35 234 133 45
Binary 1000 10110100 1101110 1100000 0 100111 11101 10011100 1011011 100101

Color Harmonies of #08B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B46E

Black with #08B46E

Text Example


Text Example

White with #08B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,180,110); }

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

background-color css

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

 a { background-color: rgb(8,180,110); }

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

border-color css

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

 span { border-color: rgb(8,180,110); }

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